You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Steve Swinsburg (JIRA)" <ji...@apache.org> on 2010/07/04 08:10:52 UTC

[jira] Created: (WICKET-2932) Modal window titles need to be marked up as such, for accessibility

Modal window titles need to be marked up as such, for accessibility
-------------------------------------------------------------------

                 Key: WICKET-2932
                 URL: https://issues.apache.org/jira/browse/WICKET-2932
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.9, 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2, 1.4.1, 1.4.0, 1.4-RC7, 1.4-RC6, 1.4-RC5, 1.4-RC4, 1.4-RC3, 1.4-RC2, 1.4-RC1, 1.4-M3, 1.4-M2, 1.4-M1, 1.3.7, 1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1
            Reporter: Steve Swinsburg


The modal windows are not accessible to screen readers. The titles of the window should be announced to give the contents of the window some context. This is as simple as changing the 'span' that contains the window title to a 'h3' and ensuring the styles are appropriate to match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2932) Modal window titles need to be marked up as such, for accessibility

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902302#action_12902302 ] 

Hudson commented on WICKET-2932:
--------------------------------

Integrated in Apache Wicket 1.5.x #265 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/265/])
    

> Modal window titles need to be marked up as such, for accessibility
> -------------------------------------------------------------------
>
>                 Key: WICKET-2932
>                 URL: https://issues.apache.org/jira/browse/WICKET-2932
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4-M1, 1.4-M2, 1.4-M3, 1.4-RC1, 1.4-RC2, 1.4-RC3, 1.4-RC4, 1.4-RC5, 1.4-RC6, 1.4-RC7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9
>            Reporter: Steve Swinsburg
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> The modal windows are not accessible to screen readers. The titles of the window should be announced to give the contents of the window some context. This is as simple as changing the 'span' that contains the window title to a 'h3' and ensuring the styles are appropriate to match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2932) Modal window titles need to be marked up as such, for accessibility

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2932.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.5-M2
       Resolution: Fixed

> Modal window titles need to be marked up as such, for accessibility
> -------------------------------------------------------------------
>
>                 Key: WICKET-2932
>                 URL: https://issues.apache.org/jira/browse/WICKET-2932
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4-M1, 1.4-M2, 1.4-M3, 1.4-RC1, 1.4-RC2, 1.4-RC3, 1.4-RC4, 1.4-RC5, 1.4-RC6, 1.4-RC7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9
>            Reporter: Steve Swinsburg
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> The modal windows are not accessible to screen readers. The titles of the window should be announced to give the contents of the window some context. This is as simple as changing the 'span' that contains the window title to a 'h3' and ensuring the styles are appropriate to match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.