WCAG 2.1 Web Content Accessibility
Individual
http://proethica.org/ontology/engineering_standards#WCAG21
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ↳ Resource (proethica-core)
- ↳ Technical Standard (proethica-intermediate)
- ∈ WCAG 2.1 Web Content Accessibility individual
Definition
International standard for web accessibility and inclusive design. WCAG 2.2 (2023) is the latest Recommendation; the revised US Section 508 rule incorporates WCAG 2.0 Level AA.
Mappings & provenance
source
Properties
Applicable Domains
software_engineering
user_experience_engineering
web_engineering
Standard Type
web_accessibility
Identifier
WCAG 2.1 (W3C Recommendation, 2018; Level AA conformance)
Publisher
World Wide Web Consortium (W3C)
Referenced by
Edges from other case entities pointing at this one (the commit writes several families one-directional, e.g. an Agent's
hasRole to its role facet).derivedFromResource@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://proethica.org/ontology/intermediate#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<http://proethica.org/ontology/engineering_standards#WCAG21> a ns1:TechnicalStandard,
owl:NamedIndividual ;
rdfs:label "WCAG 2.1 Web Content Accessibility" ;
ns1:applicableDomains "software_engineering",
"user_experience_engineering",
"web_engineering" ;
ns1:standardType "web_accessibility" ;
dcterms:identifier "WCAG 2.1 (W3C Recommendation, 2018; Level AA conformance)" ;
dcterms:publisher "World Wide Web Consortium (W3C)" ;
dcterms:source <https://www.w3.org/TR/WCAG21/> ;
rdfs:comment "International standard for web accessibility and inclusive design. WCAG 2.2 (2023) is the latest Recommendation; the revised US Section 508 rule incorporates WCAG 2.0 Level AA." ;
skos:definition "International standard for web accessibility and inclusive design",
"Web Content Accessibility Guidelines providing recommendations for making web content more accessible to people with disabilities" .