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/12 22:36:05 UTC

[jira] [Created] (DERBY-5187) More accessibility fixes needed for demo pages

More accessibility fixes needed for demo pages
----------------------------------------------

                 Key: DERBY-5187
                 URL: https://issues.apache.org/jira/browse/DERBY-5187
             Project: Derby
          Issue Type: Sub-task
          Components: Documentation
    Affects Versions: 10.7.1.1
            Reporter: Kim Haase
            Assignee: Kim Haase
            Priority: Minor


The demo/programs files have some more accessibility problems -- a couple that I missed for DERBY-5180, and a few more that were harder to fix than the items in that issue. These are the files that need fixing. 

demo/programs/navbar.html -- needs <HTML lang="en">
demo/programs/demo.html -- needs <HTML lang="en">
demo/programs/simple/example.html (table)
demo/programs/simplemobile/readme.html (blockquote for formatting)
demo/programs/nserverdemo/simpleserversample.html (font element)
demo/programs/toursdb/toursdb_readme.html (tables, lists used for formatting)
demo/programs/workingwithderby/readme.html (blockquote for formatting)


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

[jira] [Updated] (DERBY-5187) More accessibility fixes needed for demo pages

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

Kim Haase updated DERBY-5187:
-----------------------------

    Attachment: DERBY-5187.zip
                DERBY-5187.stat
                DERBY-5187.diff

Attaching DERBY-5187.diff, DERBY-5187.stat, and DERBY-5187.zip, with changes to files in the java/demo area of the code trunk:

M       java/demo/csfull.css
M       java/demo/simplemobile/readme.html
M       java/demo/toursdb/toursdb_readme.html
M       java/demo/demo.html
M       java/demo/nserverdemo/simpleserversample.html
M       java/demo/simple/example.html
M       java/demo/workingwithderby/readme.html
M       java/demo/navbar.html

In addition to the changes summarized in the bug description, the patch includes the following changes:

csfull.css: added a style for table headers (used by simple/example.html)

toursdb_readme.html -- major rework of tables to remove most of the empty cells; other formatting fixes

A few other files have formatting tweaks as well.

Please let me know if any further changes are needed or if there are any problems with these.


> More accessibility fixes needed for demo pages
> ----------------------------------------------
>
>                 Key: DERBY-5187
>                 URL: https://issues.apache.org/jira/browse/DERBY-5187
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>         Attachments: DERBY-5187.diff, DERBY-5187.stat, DERBY-5187.zip
>
>
> The demo/programs files have some more accessibility problems -- a couple that I missed for DERBY-5180, and a few more that were harder to fix than the items in that issue. These are the files that need fixing. 
> demo/programs/navbar.html -- needs <HTML lang="en">
> demo/programs/demo.html -- needs <HTML lang="en">
> demo/programs/simple/example.html (table)
> demo/programs/simplemobile/readme.html (blockquote for formatting)
> demo/programs/nserverdemo/simpleserversample.html (font element)
> demo/programs/toursdb/toursdb_readme.html (tables, lists used for formatting)
> demo/programs/workingwithderby/readme.html (blockquote for formatting)

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

[jira] [Updated] (DERBY-5187) More accessibility fixes needed for demo pages

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

Kim Haase updated DERBY-5187:
-----------------------------

    Issue & fix info: [Patch Available]

> More accessibility fixes needed for demo pages
> ----------------------------------------------
>
>                 Key: DERBY-5187
>                 URL: https://issues.apache.org/jira/browse/DERBY-5187
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>         Attachments: DERBY-5187.diff, DERBY-5187.stat, DERBY-5187.zip
>
>
> The demo/programs files have some more accessibility problems -- a couple that I missed for DERBY-5180, and a few more that were harder to fix than the items in that issue. These are the files that need fixing. 
> demo/programs/navbar.html -- needs <HTML lang="en">
> demo/programs/demo.html -- needs <HTML lang="en">
> demo/programs/simple/example.html (table)
> demo/programs/simplemobile/readme.html (blockquote for formatting)
> demo/programs/nserverdemo/simpleserversample.html (font element)
> demo/programs/toursdb/toursdb_readme.html (tables, lists used for formatting)
> demo/programs/workingwithderby/readme.html (blockquote for formatting)

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

[jira] [Resolved] (DERBY-5187) More accessibility fixes needed for demo pages

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

Kim Haase resolved DERBY-5187.
------------------------------

          Resolution: Fixed
       Fix Version/s: 10.8.1.2
    Issue & fix info:   (was: [Patch Available])

Committed patch DERBY-5187.diff to code trunk at revision 1092795. 
Merged to 10.8 code branch at revision 1092801.

> More accessibility fixes needed for demo pages
> ----------------------------------------------
>
>                 Key: DERBY-5187
>                 URL: https://issues.apache.org/jira/browse/DERBY-5187
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>             Fix For: 10.8.1.2
>
>         Attachments: DERBY-5187.diff, DERBY-5187.stat, DERBY-5187.zip
>
>
> The demo/programs files have some more accessibility problems -- a couple that I missed for DERBY-5180, and a few more that were harder to fix than the items in that issue. These are the files that need fixing. 
> demo/programs/navbar.html -- needs <HTML lang="en">
> demo/programs/demo.html -- needs <HTML lang="en">
> demo/programs/simple/example.html (table)
> demo/programs/simplemobile/readme.html (blockquote for formatting)
> demo/programs/nserverdemo/simpleserversample.html (font element)
> demo/programs/toursdb/toursdb_readme.html (tables, lists used for formatting)
> demo/programs/workingwithderby/readme.html (blockquote for formatting)

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

[jira] [Closed] (DERBY-5187) More accessibility fixes needed for demo pages

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

Kim Haase closed DERBY-5187.
----------------------------


Changes appear in 10.8.1.2 files.

> More accessibility fixes needed for demo pages
> ----------------------------------------------
>
>                 Key: DERBY-5187
>                 URL: https://issues.apache.org/jira/browse/DERBY-5187
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.7.1.1
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>             Fix For: 10.8.1.2
>
>         Attachments: DERBY-5187.diff, DERBY-5187.stat, DERBY-5187.zip
>
>
> The demo/programs files have some more accessibility problems -- a couple that I missed for DERBY-5180, and a few more that were harder to fix than the items in that issue. These are the files that need fixing. 
> demo/programs/navbar.html -- needs <HTML lang="en">
> demo/programs/demo.html -- needs <HTML lang="en">
> demo/programs/simple/example.html (table)
> demo/programs/simplemobile/readme.html (blockquote for formatting)
> demo/programs/nserverdemo/simpleserversample.html (font element)
> demo/programs/toursdb/toursdb_readme.html (tables, lists used for formatting)
> demo/programs/workingwithderby/readme.html (blockquote for formatting)

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