Skip to content

Commit 91ef58a

Browse files
author
Jihye Hong
committed
Fix errors reported by the markup validator
Used tool: https://validator.w3.org/
1 parent 9ef245b commit 91ef58a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-nav-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Note: the {{focusableAreas()}} and {{getSpatialNavigationContainer()}} methods a
486486
: <dfn method for=Element lt="focusableAreas(option)">focusableAreas(<var>option</var>)</dfn>
487487
:: Follows these steps:
488488
1. Let <var>visibleOnly</var> be <code>false</code>
489-
if <var>option</var> is present and it's value is equal to <code>'all'</code>,
489+
if <var>option</var> is present and its value is equal to <code>'all'</code>,
490490
or <code>true</code> otherwise.
491491
2. Let <var>areas</var> be the result of <a>finding focusable areas</a> within the element with the <var>visibleOnly</var>.
492492
3. Let <var>anchors</var> be a <a for=list>clone</a> of <var>areas</var>,
@@ -1294,7 +1294,7 @@ Note: In addition, as per [[#grouping]], the viewport of a <a for="/">browsing c
12941294

12951295
/* For browsers that don't support grid */
12961296
#example-cal table {
1297-
display:inline-table
1297+
display:inline-table;
12981298
vertical-align: middle;
12991299
}
13001300
</style>
@@ -1456,7 +1456,7 @@ Answers are provided below.
14561456
<dt>How should this specification work in the context of a user agent’s "incognito" mode?
14571457
<dd>No Difference is expected.
14581458

1459-
<dt>Does this specification persist data to a user’s local device?<Paste>
1459+
<dt>Does this specification persist data to a user’s local device?
14601460
<dd>No.
14611461

14621462
<dt>Does this specification have a "Security Considerations" and "Privacy Considerations" section?

0 commit comments

Comments
 (0)