Skip to content

Commit b398dd4

Browse files
committed
[selectors] Remove extraneous line from table.
1 parent 6204358 commit b398dd4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

selectors/Overview.bs

-5
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ Selectors Overview</h2>
343343
<td>a user-input element E that requires/does not require input
344344
<td>[[#opt-pseudos]]
345345
<td>3-UI/4
346-
<tr>
347-
<td><code>E:required</code><br><code>E:optional</code>
348-
<td>a user-input element E with incorrect input
349-
<td>[[#opt-pseudos]]
350-
<td>4
351346
<tbody>
352347
<tr>
353348
<td><code>E:root</code>

selectors/Overview.html

+2-9
Original file line numberDiff line numberDiff line change
@@ -578,12 +578,6 @@ <h2 class="heading settled" data-level=2 id=overview><span class=secno>2. </span
578578
<td><a data-section="" href=#opt-pseudos>§11.3.3
579579
The Optionality Pseudo-classes: :required and :optional</a>
580580
<td>3-UI/4
581-
<tr>
582-
<td><code>E:required</code><br><code>E:optional</code>
583-
<td>a user-input element E with incorrect input
584-
<td><a data-section="" href=#opt-pseudos>§11.3.3
585-
The Optionality Pseudo-classes: :required and :optional</a>
586-
<td>4
587581
<tbody>
588582
<tr>
589583
<td><code>E:root</code>
@@ -2276,9 +2270,8 @@ <h3 class="heading settled" data-level=8.2 id=link><span class=secno>8.2. </span
22762270

22772271
<p class=note role=note>Note: It is possible for style sheet
22782272
authors to abuse the :link and :visited pseudo-classes to determine
2279-
which sites a user has visited without the user’s consent.</p>
2280-
2281-
<p>UAs may therefore treat all links as unvisited links, or implement
2273+
which sites a user has visited without the user’s consent.
2274+
UAs may therefore treat all links as unvisited links, or implement
22822275
other measures to preserve the user’s privacy while rendering visited
22832276
and unvisited links differently.</p>
22842277

0 commit comments

Comments
 (0)