HTTP/2 302
server: nginx
date: Thu, 09 Oct 2025 03:07:19 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20170703084522
location: https://web.archive.org/web/20170703084522/https://www.aoda.ca/wcag/category/principle-4-robust/
server-timing: captures_list;dur=0.532914, exclusion.robots;dur=0.022974, exclusion.robots.policy;dur=0.011090, esindex;dur=0.010952, cdx.remote;dur=19.241609, LoadShardBlock;dur=415.378548, PetaboxLoader3.resolve;dur=53.227089, PetaboxLoader3.datanode;dur=357.520718
x-app-server: wwwb-app220
x-ts: 302
x-tr: 464
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 09 Oct 2025 03:07:20 GMT
content-type: text/html; charset=UTF-8
x-archive-orig-date: Mon, 03 Jul 2017 08:45:22 GMT
x-archive-orig-server: Apache
x-archive-orig-x-powered-by: PHP/5.6.30
x-archive-orig-link:
; rel="https://api.w.org/"
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 03 Jul 2017 08:45:22 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Tue, 27 Jan 2015 04:36:56 GMT",
; rel="prev memento"; datetime="Tue, 09 May 2017 16:44:49 GMT",
; rel="memento"; datetime="Mon, 03 Jul 2017 08:45:22 GMT",
; rel="next memento"; datetime="Tue, 11 Jul 2017 07:59:06 GMT",
; rel="last memento"; datetime="Sun, 28 Jan 2018 17:56:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WIDE-20170703081910-crawl803/WIDE-20170703082735-03742.warc.gz
server-timing: captures_list;dur=0.868171, exclusion.robots;dur=0.026934, exclusion.robots.policy;dur=0.010446, esindex;dur=0.016686, cdx.remote;dur=9.235337, LoadShardBlock;dur=168.401092, PetaboxLoader3.resolve;dur=92.103921, PetaboxLoader3.datanode;dur=122.870103, load_resource;dur=126.741420
x-app-server: wwwb-app220
x-ts: 200
x-tr: 376
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
AODA-WCAG 2.0 Guidelines - Principle 4: Robust
Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.
Maximize compatibility with current and future user agents, including assistive technologies.
Advisory Techniques for Guideline 4.1
Avoiding deprecated features of W3C technologies
In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. (Level A)
For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined ; states, properties, and values that can be set by the user can be programmatically set ; and notification of changes to these items is available to user agents, including assistive technologies. (Level A)