From 8666ca2b7db4889343b73a1ffc2e020dd353ec56 Mon Sep 17 00:00:00 2001 From: Francis Storr Date: Fri, 10 May 2024 15:44:10 -0700 Subject: [PATCH] Update focus-order - replace reference to HTML 4.01 spec Replace reference to focus section of HTML 4.01 spec with reference to focus section of the HTML living standard. --- understanding/20/focus-order.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/understanding/20/focus-order.html b/understanding/20/focus-order.html index 6bbe9ce118..c936f71620 100644 --- a/understanding/20/focus-order.html +++ b/understanding/20/focus-order.html @@ -36,8 +36,7 @@

Intent of Focus Order

via the notion of tabbing order. Dynamic HTML may modify the navigation sequence using scripting along with the addition of a tabindex attribute to allow focus to additional elements. If no scripting or tabindex attributes are used, the navigation order is - the order that components appear in the content stream. (See HTML 4.01 Specification, - section 17.11, "Giving focus to an element"). + the order that components appear in the content stream. (See the Focus section of the HTML Living Standard").

An example of keyboard navigation that is not the sequential navigation addressed