File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,6 @@ Selectors Overview</h2>
343
343
<td> a user-input element E that requires/does not require input
344
344
<td> [[#opt-pseudos]]
345
345
<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
351
346
<tbody>
352
347
<tr>
353
348
<td><code> E:root</code>
Original file line number Diff line number Diff line change @@ -578,12 +578,6 @@ <h2 class="heading settled" data-level=2 id=overview><span class=secno>2. </span
578
578
< td > < a data-section ="" href =#opt-pseudos > §11.3.3
579
579
The Optionality Pseudo-classes: :required and :optional</ a >
580
580
< 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
587
581
< tbody >
588
582
< tr >
589
583
< 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
2276
2270
2277
2271
< p class =note role =note > Note: It is possible for style sheet
2278
2272
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
2282
2275
other measures to preserve the user’s privacy while rendering visited
2283
2276
and unvisited links differently.</ p >
2284
2277
You can’t perform that action at this time.
0 commit comments