Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete "WCAG 1.0 derivative", #403

Merged
merged 2 commits into from
Apr 12, 2021
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