Skip to content

Commit

Permalink
Merge branch 'master' into new-countries-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Dec 4, 2023
2 parents 8b6ee88 + 555bcf6 commit 20e4df7
Show file tree
Hide file tree
Showing 23 changed files with 273 additions and 183 deletions.
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ collections:
acknowledgements: false
permalink: /:collection/:path/
footer: |
<p><strong>Date:</strong> Updated 21 March 2018.</p>
<p><strong>Editors and Developers:</strong> Mary Jo Mueller, Robert Jolly, <a href="https://www.w3.org/People/yatil/">Eric Eggert</a>. Contributors: <a href="https://www.w3.org/People/Shawn/">Shawn Lawton Henry</a> and <a href="https://www.w3.org/WAI/EO/participants">EOWG Participants</a>. Previous editors: <a href="https://www.w3.org/People/Brewer/">Judy Brewer</a> and <a href="https://www.w3.org/People/Shawn/">Shawn Lawton Henry</a>; previous contributor: Jennifer Sutton.</p>
<p>Developed by the Education and Outreach Working Group (<a href="http://www.w3.org/WAI/EO/">EOWG</a>).</p>
<p><strong>Date:</strong> Listings are updated regularly. Near the top of each country listing is a 'last updated' date. This user interface was updated 21 March 2018.</p> <p><strong>Editors:</strong> <a href="https://www.w3.org/People/kevin/">Kevin White</a>, Vera Lange, Eric Velleman. <strong>Previous Editors:</strong> Mary Jo Mueller, Robert Jolly, Eric Eggert, Judy Brewer, <a href="https://www.w3.org/People/Shawn/">Shawn Lawton Henry</a>. Previous contributors: Jennifer Sutton and <a href="https://www.w3.org/groups/wg/eowg/participants">EOWG Participants</a>.</p>
<p>Developed by the Accessibility Education and Outreach Working Group (<a href="https://www.w3.org/groups/wg/eowg">EOWG</a>). Updated as part of the <a href="https://www.w3.org/WAI/about/projects/wai-coop/">WAI-CooP project</a>, co-funded by the European Commission.</p>
defaults:
-
scope:
path: "_policies"
values:
layout: "policy"
disclaimer: |
<p>The law or policy links above go to official versions that may not be very accessible. If you know of more accessible versions, please let us know through the <a href="https://www.w3.org/WAI/policies/submission/">submission form</a> or e-mail to <a href="mailto:group-wai-list-policies@w3.org">group-wai-list-policies@w3.org</a>.</p>
plugins:
- jekyll-seo-tag
Expand Down
6 changes: 4 additions & 2 deletions _includes/individual-policy.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% assign p=include.policy %}
{% assign theslug = p.title.en | slugify %}
{% for title in p.title %}
{% assign theslug = title[1] | slugify %}
{% endfor %}
{% capture boxtitle %}
<h{{include.headinglevel}} class="policy-heading">
{% include multilang-policy-title.html title=p.title %}
Expand All @@ -19,7 +21,7 @@
</li>
<li>Type: {{p.type}}</li>
<li>Scope: {{p.scope}}</li>
<li>Web only: {%if p.webonly == true %}yes{% else %}no{%endif%}</li>
<li>Web only: {%if p.webonly == true %}Yes{% else %}No{%endif%}</li>
<li>WCAG Version Used: {{p.wcagver}}</li>
{% if p.standard %}
{% unless p.standard == "None" or p.standard == "none" or p.standard == false %}
Expand Down
10 changes: 9 additions & 1 deletion _layouts/policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,19 @@ <h3>{% include multilang-title.html title=state.title %}</h3>

{%- comment -%}Output states without policies{%- endcomment -%}
{% if stateswithoutpolicies %}
<h3>{{page.statesdesc.en}} without data:</h2>
<h3>{{page.statesdesc.en}} without data</h2>
<p>We welcome any additions to the {{page.statesdesc.en}} policy information.</p>
{% for state in page.states %}{% if forloop.first %}<ul class="statenav">{% endif %}{% unless state.policies %}<li><span>{{ state.title.en }}</span></li>{% endunless %}{% if forloop.last %}</ul>{% endif %}{% endfor %}
{% endif %}
{% endif %}
</div>

{% if page.disclaimer %}
<div>
{{ page.disclaimer }}
</div>
{% endif %}

{%- comment -%}{% include prevnext.html %}{%- endcomment -%}

{% include_cached backtotop.html %}
Expand Down
31 changes: 29 additions & 2 deletions _policies/argentina.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ policies:
es: 'Ley N° 26.653 de “Accesibilidad Web”'
url:
es: https://www.argentina.gob.ar/normativa/nacional/175694/texto
updated: 26/11/2010
updated: 2022-09-05
wcagver: WCAG 2.0
enactdate: 26/11/2010
enactdate: 2010-11-26
type: Non-discrimination law
ministries:
- title:
Expand Down Expand Up @@ -46,4 +46,31 @@ policies:
desc: ""
url:
es: "https://www.argentina.gob.ar/normativa/nacional/329284/texto"
- title:
es: Accesibilidad de la Información en las Páginas Web
url:
es: http://servicios.infoleg.gob.ar/infolegInternet/anexos/175000-179999/175694/norma.htm
updated: 2023-06-06
wcagver: WCAG 2.0
enactdate: 2010
type: Procurement law
ministries:
- title:
es: "Oficina Nacional de Tecnologías de Información"
url:
es: "https://www.argentina.gob.ar/onti"
webonly: true
scope:
standard:
- title:
en: "WCAG 2.0"
desc: "Conformance level A"
url:
en: "https://www.w3.org/TR/WCAG20/"
documents:
- title:
es: "Web Accessibility Repository "
desc: "The Web Accessibility Repository on GithHub contains many resources as guides, posters, technical recommendations, etc."
url:
es: "https://github.com/argob/accesibilidad-web"
---
35 changes: 21 additions & 14 deletions _policies/australia.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ order: 6387059.1
country:
en: Australia
# title_native: # Country name in the country’s language(s), comma separated. For Switzerland: Schweiz, Suisse, Svizzera, Svizra
updated: 2016-08-30
updatemsg: Fixed broken links under the DDA, added new procurement policy announced by the Minister of Finance.
#relatedpages:
# - title: Policies in Australian States
# url: http://www.w3.org/WAI/Policy/AU-States.html
updated: 2023-06-06
updatemsg: Added in additional documentation.
policies:
- title:
en: Disability Discrimination Act 1992 (DDA)
Expand All @@ -32,20 +29,30 @@ policies:
standard: false
documents:
- title:
en: About Disability Rights
en: "About Disability Rights"
desc: "Overview and guide for the Disability Discrimination Act"
url:
en: http://www.humanrights.gov.au/our-work/disability-rights/about-disability-rights
desc: Overview and guide for the Disability Discrimination Act
en: "http://www.humanrights.gov.au/our-work/disability-rights/about-disability-rights"
- title:
en: Web Accessibility National Transition Strategy
en: "World Wide Web Access: Disability Discrimination Act Advisory Notes ver 4.1 (2014)"
desc: "The Advisory Notes are intended to assist individuals and organisations involved in the ownership or development of web resources, by clarifying the requirements of the DDA in this area, and explaining how compliance with them can be best achieved. "
url:
en: http://www.finance.gov.au/publications/wcag-2-implementation/
desc: The Australian Government’s adoption and implementation of Web content Accessibility Guidelines version 2.0 (WCAG 2.0) Level AA
en: "https://www.humanrights.gov.au/our-work/disability-rights/world-wide-web-access-disability-discrimination-act-advisory-notes-ver"
- title:
en: Digital Service Standard accessibility requirement
en: "Web Accessibility National Transition Strategy"
desc: "Strategy for the Australian Government's adoption and implementation of Web Content Accessibility Guidelines version 2.0 (WCAG 2.0)"
url:
en: http://www.dto.gov.au/standard/9-make-it-accessible/
desc: Guide to the standard used by Australian Government agencies for digital services.
en: "https://webarchive.nla.gov.au/awa/20140114211742/http://www.finance.gov.au/publications/wcag-2-implementation/index.html"
- title:
en: "Digital Service Standard - Criteria 9 Accessibility"
desc: "Guide to the standard used by Australian Government agencies for digital services."
url:
en: "http://www.dto.gov.au/standard/9-make-it-accessible/"
- title:
en: "Commonwealth Procurement Rules"
desc: "The CPRs are the basic rule set for all Commonwealth procurements and govern the way in which entities undertake their own processes. Clause 10.11 requires procurement to meet applicable Australian Standards, eg AU EN 301 549."
url:
en: "https://www.finance.gov.au/government/procurement/commonwealth-procurement-rules"
- title:
en: Procurement Standard Guidance
url:
Expand Down
27 changes: 26 additions & 1 deletion _policies/canada.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,31 @@ policies:
en: Guidance on implementing the standard on web accessibility
url:
en: http://www.tbs-sct.gc.ca/hgw-cgf/oversight-surveillance/communications/ws-nw/wa-aw-guid-eng.asp
policies:
- title:
en: The Accessible Canada Act (The Act to Ensure a Barrier Free Canada)
url: https://laws-lois.justice.gc.ca/eng/acts/A-0.6/page-1.html
updated: 2019
wcagver: WCAG 2.0 AA
enactdate: 2019
type: law, Non-discrimination law, Procurement law,
ministries:
- title:
en: "Employment and Social Development Canada"
url:
en: "https://www.canada.ca/en/employment-social-development.html"
- title:
en: "Accessible Standards Canada"
url:
en: "https://www.canada.ca/en/accessibility-standards-canada.html"
webonly: true
scope: Government and all federally regulated agencies
standard:
- title:
en: "Directive on Service and Digital"
desc: ""
url:
en: "https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32601"
statesdesc:
en: "Provinces and Territories"
states:
Expand Down Expand Up @@ -119,7 +144,7 @@ states:
url:
en: "https://www.ontario.ca/page/accessibility-laws"
webonly: true
scope:
scope: Most organizations in province
standard:
- title:
en: "O. Reg. 191/11: INTEGRATED ACCESSIBILITY STANDARDS"
Expand Down
4 changes: 4 additions & 0 deletions _policies/css/policies.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
summary > h3 {
margin: 0 0 1em 0;
}

.overviewtable {
table-layout:fixed;
width:100%;
Expand Down
4 changes: 2 additions & 2 deletions _policies/denmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ country:
en: Denmark
da: Danmark
# title_native: # Country name in the country’s language(s), comma separated. For Switzerland: Schweiz, Suisse, Svizzera, Svizra
updated: 2017-05-08
updatemsg: Added Denmark's latest policies.
updated: 2023-03-15
updatemsg: Added Web Accessibility Act.
relatedpages:
policies:
- title:
Expand Down
39 changes: 31 additions & 8 deletions _policies/european-union.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ order: 6649202
title: European Union
country:
en: European Union
updated: 2017-02-09
updated: 2023-06-06
updatemsg: Added the latest European Union information.
relatedpages:
policies:
- title:
en: Web and Mobile Accessibility Directive
en: Web and Mobile Accessibility Directive (2016/2102)
url:
en: http://eur-lex.europa.eu/eli/dir/2016/2102/oj
updated: 2016-10-26
Expand All @@ -25,7 +25,7 @@ policies:
scope: Public sector
standard:
- title:
en: "EN 301 549"
en: "EN 301 549"
desc: "Includes WCAG 2.0 Level AA verbatim without modifications for Web content, and WCAG 2.0 Level AA as interpreted by WCAG2ICT for non-Web documentation and software."
url:
en: http://www.etsi.org/deliver/etsi_en/301500_301599/301549/01.01.01_60/en_301549v010101p.pdf
Expand All @@ -34,14 +34,32 @@ policies:
en: The adoption of a directive on the accessibility of the sector bodies’ websites and mobile apps
url:
en: https://ec.europa.eu/digital-single-market/en/news/adoption-directive-accessibility-sector-bodies-websites-and-mobile-apps
- title:
en: "Commission Implementing Decision (EU) 2018/1523 establishing a model accessibility statement"
desc: "Commission Implementing Decision (EU) 2018/1523 of 11 October 2018 establishing a model accessibility statement in accordance with Directive (EU) 2016/2102 of the European Parliament and of the Council on the accessibility of the websites and mobile applications of public sector bodies (Text with EEA relevance)"
url:
en: "https://eur-lex.europa.eu/eli/dec_impl/2018/1523/oj"
- title:
en: "Commission Implementing Decision (EU) 2018/1524 establishing a monitoring methodology and the arrangements for reporting by Member States"
desc: "Commission Implementing Decision (EU) 2018/1524 of 11 October 2018 establishing a monitoring methodology and the arrangements for reporting by Member States in accordance with Directive (EU) 2016/2102 of the European Parliament and of the Council on the accessibility of the websites and mobile applications of public sector bodies (Text with EEA relevance)"
url:
en: "https://eur-lex.europa.eu/eli/dec_impl/2018/1524/oj"
- title:
en: "Member States' bodies in charge of monitoring the Web Accessibility Directive"
url:
en: https://digital-strategy.ec.europa.eu/en/policies/web-accessibility-monitoring
- title:
en: "Member States' transposition measures for the Web Accessibility Directive"
url:
en: https://eur-lex.europa.eu/legal-content/EN/NIM/?uri=CELEX:32016L2102
- title:
en: European Accessibility Act (proposed)
en: European Accessibility Act
url:
en: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=COM:2015:0615:FIN
updated: 2015-12-02
en: https://eur-lex.europa.eu/eli/dir/2019/882/oj
updated: 2023-06-06
wcagver: WCAG 2.0 derivative
enactdate: draft
type: Proposed law
enactdate: 2019-06-27
type: Law
ministries:
- title:
en: European Commission
Expand All @@ -51,4 +69,9 @@ policies:
webonly: no # other values: yes
standard: None
documents:
- title:
en: "National transposition"
desc: "National transposition measures communicated by the Member States concerning Directive (EU) 2019/882"
url:
en: https://eur-lex.europa.eu/legal-content/EN/NIM/?uri=CELEX:32019L0882
---
25 changes: 23 additions & 2 deletions _policies/finland.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ country:
en: Finland
fi: Suomi
# title_native: # Country name in the country’s language(s), comma separated. For Switzerland: Schweiz, Suisse, Svizzera, Svizra
updated: 2017-05-08
updatemsg: Update Finland's policies.
updated: 2023-06-06
updatemsg: Add in Digital Services Act.
relatedpages:
policies:
- title:
Expand Down Expand Up @@ -47,4 +47,25 @@ policies:
url:
fi: http://docs.jhs-suositukset.fi/jhs-suositukset/JHS190/JHS190.html
desc: Guidance on public administration website design. Recommends WCAG 2.0 Level AA.
- title:
en: Digital Services Act
fi: Laki digitaalisten palvelujen tarjoamisesta (306/2019)
sv: Lag om tillhandahållande av digitala tjänster (306/2019)
url:
fi: https://www.finlex.fi/fi/laki/alkup/2019/20190306
sv: https://www.finlex.fi/sv/laki/ajantasa/2019/20190306
updated: 2019
wcagver: WCAG 2.1
enactdate: 2019
type: Accessibility law
ministries:
- title:
fi: "Aluehallintovirasto"
url:
fi: "https://www.saavutettavuusvaatimukset.fi/"
- title:
fi: "Minister of Local Government and Public Reforms (Ministry of Finance)"
url:
fi: "https://vm.fi/etusivu"
webonly: true
---
6 changes: 4 additions & 2 deletions _policies/france.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ policies:
webonly: yes # other values: no
scope: Public sector, Government # keys that allows us to use any combination
standard:
- title: RGAA
- title:
fr: RGAA
desc: The Référentiel général d'amélioration de l'accessibilité (RGAA) was made using EN 301 549 and WCAG2.1 (both referenced).
url:
fr: https://www.numerique.gouv.fr/publications/rgaa-accessibilite/
documents:
- title: DesignGouv legal overview
- title:
fr: DesignGouv legal overview
desc: Overview of legal obligations and sanctions regarding web accessibility in France.
url:
fr: https://design.numerique.gouv.fr/accessibilite-numerique/cadre-legal/
Expand Down
44 changes: 0 additions & 44 deletions _policies/germany.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,48 +51,4 @@ policies:
de: BITV 2.0 in Kraft
url:
de: http://webkrauts.de/artikel/2011/bitv-20-kraft
statesdesc:
en: States
de: Bundesländer
states:
- title:
en: "Baden-Württemberg"
- title:
en: "Bavaria"
de: "Bayern"
- title:
en: "Berlin"
- title:
en: "Brandenburg"
- title:
en: "Bremen"
- title:
en: "Hamburg"
- title:
en: "Hesse"
de: "Hessen"
- title:
en: "Lower Saxony"
de: "Niedersachsen"
- title:
en: "Mecklenburg-Vorpommern"
- title:
en: "North Rhine-Westphalia"
de: "Nordrhein-Westphalen"
- title:
en: "Rhineland-Palatinate"
de: "Rheinland-Pfalz"
- title:
en: "Saarland"
- title:
en: "Saxony"
de: "Sachsen"
- title:
en: "Saxony-Anhalt"
de: "Sachsen-Anhalt"
- title:
en: "Schleswig-Holstein"
- title:
en: "Thuringa"
de: "Thüringen"
---
Loading

0 comments on commit 20e4df7

Please sign in to comment.