[ 
https://issues.apache.org/jira/browse/DERBY-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-5181:
---------------------------------

    Attachment: derby-5181-01-aa-accessibleReleaseNoteGeneration.diff
                RELEASE-NOTES.html

Attaching derby-5181-01-aa-accessibleReleaseNoteGeneration.diff. This addresses 
the accessibility problems with the release note generation tools. Also 
attaching the RELEASE-NOTES.html generated after making these changes.

This patch makes the following changes:

1) Adds a lang="en" attribute to the <html> tag of RELEASE-NOTES.html

2) Replaces <blockquote> elements with <div> elements.

3) Makes the ReleaseNoteReader reject detailed notes which contain blockquotes.

Touches the following files:

M      java/build/org/apache/derbyBuild/ReleaseNotesGenerator.java
M      java/build/org/apache/derbyBuild/GeneratorBase.java
M      java/build/org/apache/derbyBuild/ReleaseNoteReader.java


> Accessibility fixes needed for release notes
> --------------------------------------------
>
>                 Key: DERBY-5181
>                 URL: https://issues.apache.org/jira/browse/DERBY-5181
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: RELEASE-NOTES.html, 
> derby-5181-01-aa-accessibleReleaseNoteGeneration.diff
>
>
> The top-level RELEASE-NOTES.html file uses the <blockquote> tag to indent the 
> text. This looks nice and improves readability, but it violates the WCAG 
> accessibility guideline 3.7, which says, 
> "Mark up quotations. Do not use quotation markup for formatting effects such 
> as indentation."
> You can use a CSS stylesheet for formatting, however.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to