You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kim Haase (JIRA)" <ji...@apache.org> on 2011/04/07 19:08:05 UTC

[jira] [Created] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

Accessibility fixes needed for top-level and demo pages
-------------------------------------------------------

                 Key: DERBY-5180
                 URL: https://issues.apache.org/jira/browse/DERBY-5180
             Project: Derby
          Issue Type: Sub-task
          Components: Demos/Scripts
    Affects Versions: 10.7.1.1
            Reporter: Kim Haase


The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:

<html lang="en">

The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:

<img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>

The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.

In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:

localcal/src/index.html
nserverdemo/nserverdemo.html
nserverdemo/readme.html
nserverdemo/simpleserversample.html
simple/example.html
simplemobile/readme.html
toursdb/toursdb_readme.html
workingwithderby/readme.html


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

[jira] [Updated] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Kim Haase updated DERBY-5180:
-----------------------------

    Attachment: readme.html

This is a fixed version of demo/programs/readme.html that can replace the current version.

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>         Attachments: readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Commented] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017521#comment-13017521 ] 

Rick Hillegas commented on DERBY-5180:
--------------------------------------

Committed derby-5180-01-aa-accessibilityChanges.diff at subversion revision 1090336.

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Commented] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017505#comment-13017505 ] 

Kim Haase commented on DERBY-5180:
----------------------------------

Thank you, Rick! The patch looks just fine.

+1 to commit.

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Closed] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Kim Haase closed DERBY-5180.
----------------------------


> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>             Fix For: 10.8.1.2, 10.9.0.0
>
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Commented] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017523#comment-13017523 ] 

Rick Hillegas commented on DERBY-5180:
--------------------------------------

Ported 1090336 from trunk to 10.8 branch at subversion revision 1090339.

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>             Fix For: 10.8.1.1, 10.9.0.0
>
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Updated] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Rick Hillegas updated DERBY-5180:
---------------------------------

    Issue & fix info: [Patch Available]

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Resolved] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Rick Hillegas resolved DERBY-5180.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.9.0.0
                   10.8.1.1

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>             Fix For: 10.8.1.1, 10.9.0.0
>
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Updated] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Rick Hillegas updated DERBY-5180:
---------------------------------

    Attachment: derby-5180-01-aa-accessibilityChanges.diff

Attaching derby-5180-01-aa-accessibilityChanges.diff. This makes the accessibility changes identified by Kim.

Touches the following files:

M      java/demo/simplemobile/readme.html
M      java/demo/toursdb/toursdb_readme.html
M      java/demo/nserverdemo/readme.html
M      java/demo/nserverdemo/simpleserversample.html
M      java/demo/nserverdemo/nserverdemo.html
M      java/demo/simple/example.html
M      java/demo/readme.html
M      java/demo/workingwithderby/readme.html
M      java/demo/localcal/src/index.html
M      index.html


> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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

[jira] [Assigned] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

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

Rick Hillegas reassigned DERBY-5180:
------------------------------------

    Assignee: Rick Hillegas

> Accessibility fixes needed for top-level and demo pages
> -------------------------------------------------------
>
>                 Key: DERBY-5180
>                 URL: https://issues.apache.org/jira/browse/DERBY-5180
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Rick Hillegas
>         Attachments: readme.html
>
>
> The top-level index.html and RELEASE-NOTES.html files, as well as the HTML files in the Derby demos, need to include a lang attribute in the <html> tag to meet WCAG guideline 4.3:
> <html lang="en">
> The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:
> <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/>
> The frameset in demo/programs/readme.html also needs some fixes to meet WCAG guidelines 6.5 and 12.1. I'll attach a fixed version.
> In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang attribute is needed in the following:
> localcal/src/index.html
> nserverdemo/nserverdemo.html
> nserverdemo/readme.html
> nserverdemo/simpleserversample.html
> simple/example.html
> simplemobile/readme.html
> toursdb/toursdb_readme.html
> workingwithderby/readme.html

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