8000 delete "WCAG 1.0 derivative", by shawna-slh · Pull Request #403 · w3c/wai-policies-prototype · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _policies/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $(function(){
enablePagination : false,
paginationCount : 10,
orderByOptions : {'title': 'Title'},
facetSortOption : {'wcagver': ["WCAG 2.0", "WCAG 2.0 derivative", "WCAG 1.0 derivative", "None"]},
facetSortOption : {'wcagver': ["WCAG 2.0", "WCAG 2.0 derivative", "None"]},
facetListContainer : '<ul class=facetlist></ul>',
listItemTemplate : '<li><span><input type="checkbox" class="facetitem" aria-pressed="false" id="<%= id %>" data-name="<%= _(_(name).strip_html()).to_slug() %>"></span> <span><label for="<%= id %>"><%= name %> <span class="facetitemcount">(<%= count %>&nbsp;<% if (count==1) { %>policy<% } else {%>policies<% } %>)</span></label></span></li>',
listItemInnerTemplate : '<span><%= name %> <span class=facetitemcount>(<% if (count=="+") { %>0&nbsp;items<% } else { if (count==1) { %><%= count %>&nbsp;item<% } else {%><%= count %>&nbsp;items<% }} %>)</span></span>',
Expand Down
25 changes: 0 additions & 25 deletions _policies/united-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,31 +104,6 @@ policies:
url:
en: https://www.dol.gov/general/topic/disability/laws
desc: Overview of the Americans with Disabilities Act of 1990
- title:
en: Section 504 of the U.S. Rehabilitation Act of 1973, as amended
url:
en: https://www.dol.gov/oasam/regs/statutes/sec504.htm
updated: 2017-02-16
wcagver: WCAG 1.0 derivative
enactdate: 1990
type: Non-discrimination law # other values: law/policy/procurement/recommendation
ministries:
- title:
en: Department of Education
url:
en: https://www.ed.gov/
- title:
en: Department of Justice (DoJ)
url:
en: http://www.usdoj.gov/
webonly: no # other values: yes
scope: Public sector # keys that allows us to use any combination
standard:
- title:
en: "Requirements for Accessible Electronic and Information Technology Design"
desc: "Department of Education's standards used for section 504 and 508 which are the same technical requirements as Section 508 for Web, software, and telecommunications products."
url:
en: http://www2.ed.gov/fund/contract/apply/clibrary/software.html
- title:
en: Section 255 of the Telecommunications Act of 1996
url:
Expand Down
0