Skip to content

Commit 2c83b1b

Browse files
committed
[selectors-4] Fuss with issues
1 parent 7baf6ee commit 2c83b1b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

selectors/Overview.bs

+4-6
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,6 @@ Internal Structure</h4>
926926
so the tree structure of the <a>box tree</a> is maintained.
927927
</div>
928928

929-
Issue: Define the <a>specificity</a> of such craziness.
930-
931929
<h3 id="case-sensitive">
932930
Characters and case sensitivity</h3>
933931

@@ -2103,10 +2101,10 @@ The Drag-and-Drop Pseudo-class: '':drop'' and '':drop()''</h3>
21032101
but not if it's invalid.
21042102

21052103
If no keywords are given in the argument,
2106-
'':drop()'' has the same meaning as '':drop''
2107-
- it matches every drop target.
2104+
'':drop()'' has the same meaning as '':drop''--
2105+
it matches every drop target.
21082106

2109-
Issue: Make sure <a href="http://forums.mozillazine.org/viewtopic.php?f=18&t=2633249">this problem</a> is handled.
2107+
Issue: Turn <a href="http://forums.mozillazine.org/viewtopic.php?f=18&t=2633249">this scenario</a> into an example.
21102108

21112109
<h2 id="time-pseudos">
21122110
Time-dimensional Pseudo-classes</h2>
@@ -3075,7 +3073,7 @@ Calculating a selector's specificity</h2>
30753073
<h2 id="grammar"><span id="formal-syntax"></span>
30763074
Grammar</h2>
30773075

3078-
Issue: Rewrite this whole danged thing in terms of Syntax parsing algos instead.
3076+
Issue: Rewrite this whole danged thing in terms of CSS syntax tokens.
30793077

30803078
The grammar below defines the syntax of Selectors.
30813079
It is applied to a stream of tokens,

0 commit comments

Comments
 (0)