Skip to content

Commit 728bebe

Browse files
committed
[css-syntax] Remove lingering (now incorrect) guidance about how to serialize delim tokens that look like the Selectors attr ops. Also kill the ? column in the table, which did nothing.
1 parent ab0dc43 commit 728bebe

1 file changed

Lines changed: 4 additions & 25 deletions

File tree

css-syntax/Overview.bs

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3270,7 +3270,7 @@ Serialization</h2>
32703270

32713271
<li>
32723272
For any consecutive pair of tokens,
3273-
if the first token shows up in the row headings of either of the following two tables,
3273+
if the first token shows up in the row headings of the following table,
32743274
and the second token shows up in the column headings,
32753275
and there's a ✗ in the cell denoted by the intersection of the chosen row and column,
32763276
the pair of tokens must be serialized with a comment between them.
@@ -3302,10 +3302,10 @@ Serialization</h2>
33023302
<th>dimension
33033303
<th>CDC
33043304
<th>(
3305-
<th>?
3305+
<th>*
33063306
<tr>
33073307
<th>ident
3308-
<td><td><td><td><td><td><td><td><td><td> <td>
3308+
<td><td><td><td><td><td><td><td><td><td><td>
33093309
<tr>
33103310
<th>at-keyword
33113311
<td><td><td><td><td><td><td><td><td><td> <td>
@@ -3333,30 +3333,9 @@ Serialization</h2>
33333333
<tr>
33343334
<th>+
33353335
<td> <td> <td> <td> <td> <td><td><td><td> <td> <td>
3336-
</table>
3337-
3338-
<table class='data'>
3339-
<tr>
3340-
<td>
3341-
<th>=<th>|<th>*
3342-
<tr>
3343-
<th>$
3344-
<td><td> <td>
3345-
<tr>
3346-
<th>*
3347-
<td><td> <td>
3348-
<tr>
3349-
<th>^
3350-
<td><td> <td>
3351-
<tr>
3352-
<th>~
3353-
<td><td> <td>
3354-
<tr>
3355-
<th>|
3356-
<td><td><td>
33573336
<tr>
33583337
<th>/
3359-
<td> <td> <td>
3338+
<td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td>
33603339
</table>
33613340
</div>
33623341

0 commit comments

Comments
 (0)