Skip to content

Commit

Permalink
Merge pull request #403 from w3c/deleting-wcag-1
Browse files Browse the repository at this point in the history
delete "WCAG 1.0 derivative",
  • Loading branch information
shawna-slh authored Apr 12, 2021
2 parents 3ba9d86 + f361563 commit 940db95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
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 comments on commit 940db95

Please sign in to comment.