You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-nav-1/Overview.bs
+7-8
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ the specification remains the full document.
88
88
89
89
<input type=checkbox id=api-check><label for=api-check>Hide JavaScript APIs, including events</label><br>
90
90
<input type=checkbox id=cssapi-check><label for=cssapi-check>Hide CSS properties that enable selecting behavior variants, and related information</label><br>
91
-
<input type=checkbox id=verbose-check><label for=verbose-check>Hide informative sections that explain and summarise normative sections without adding more information</label><br>
91
+
<input type=checkbox id=verbose-check><label for=verbose-check>Hide informative sections that explain and summarize normative sections without adding more information</label><br>
92
92
93
93
<h2 id="intro" class=non-normative>
94
94
Introduction</h2>
@@ -209,7 +209,7 @@ until it has either moved focus,
209
209
scrolled,
210
210
or reached the root.
211
211
212
-
Note: As a consequnce of this processing model,
212
+
Note: As a consequence of this processing model,
213
213
the elements that are reachable by sequential navigation
214
214
and by spatial navigation are almost the same:
215
215
elements that are currently outside of the viewport of a scrollable element
@@ -394,7 +394,7 @@ JavaScript API</h2>
394
394
<h3 id=high-level-api>
395
395
Triggering Navigation Programmatically</h3>
396
396
397
-
The {{Window/navigate()}} method enables the author to trigger spatial navigation programatically,
397
+
The {{Window/navigate()}} method enables the author to trigger spatial navigation programmatically,
398
398
as if the user had done so manually
399
399
(for instance, by pressing the arrow keys in a browser where that is the way to trigger spatial navigation).
400
400
@@ -537,7 +537,7 @@ and the result will be <code>null</code>.</strong>
537
537
The following code changes the behavior of spatial navigation
538
538
so that when a scroll container would get focused,
539
539
if it has at least one visible focusable descendant,
0 commit comments