Skip to content

Commit 215996d

Browse files
committed
Fill in the definitions.
1 parent 5188dc4 commit 215996d

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

css3-syntax/Overview.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<h1>CSS Syntax Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 June 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2012</h2>
4040

4141
<dl>
4242
<dt>This version:
@@ -2078,23 +2078,29 @@ <h4 id=definitions0><span class=secno>3.6.2. </span> Definitions</h4>
20782078
<dl>
20792079
<dt><dfn id=current-input-token>current input token</dfn>
20802080

2081-
<dd> ...
2081+
<dd> The token currently being operated on, from the list of tokens
2082+
produced by the tokenizer.
20822083

20832084
<dt><dfn id=next-input-token>next input token</dfn>
20842085

2085-
<dd> ...
2086+
<dd> The token following the <a href="#current-input-token"><i>current
2087+
input token</i></a> in the list of tokens produced by the tokenizer.
20862088

20872089
<dt><dfn id=stack-of-open-rules>stack of open rules</dfn>
20882090

2089-
<dd> ...
2091+
<dd> A stack of rules. This stack always contains the stylesheet object at
2092+
the bottom of the stack, gains additional rules as block are opened, and
2093+
loses them when blocks are closed.
20902094

20912095
<dt><dfn id=current-rule>current rule</dfn>
20922096

2093-
<dd> ...
2097+
<dd> The topmost rule in the <a href="#stack-of-open-rules"><i>stack of
2098+
open rules</i></a>.
20942099

20952100
<dt><dfn id=current-declaration>current declaration</dfn>
20962101

2097-
<dd> ...
2102+
<dd> The declaration currently being built. There may or may not be a
2103+
current declaration at any given time, but there is never more than one.
20982104
</dl>
20992105

21002106
<h4 id=top-level-mode-><span class=secno>3.6.3. </span> <dfn

css3-syntax/Overview.src.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,23 +2075,28 @@ <h4>
20752075
<dl>
20762076
<dt><dfn>current input token</dfn>
20772077
<dd>
2078-
...
2079-
2078+
The token currently being operated on, from the list of tokens produced by the tokenizer.
2079+
20802080
<dt><dfn>next input token</dfn>
20812081
<dd>
2082-
...
2082+
The token following the <i>current input token</i> in the list of tokens produced by the tokenizer.
20832083

20842084
<dt><dfn>stack of open rules</dfn>
20852085
<dd>
2086-
...
2086+
A stack of rules.
2087+
This stack always contains the stylesheet object at the bottom of the stack,
2088+
gains additional rules as block are opened,
2089+
and loses them when blocks are closed.
20872090

20882091
<dt><dfn>current rule</dfn>
20892092
<dd>
2090-
...
2093+
The topmost rule in the <i>stack of open rules</i>.
20912094

20922095
<dt><dfn>current declaration</dfn>
20932096
<dd>
2094-
...
2097+
The declaration currently being built.
2098+
There may or may not be a current declaration at any given time,
2099+
but there is never more than one.
20952100
</dl>
20962101

20972102
<h4>

0 commit comments

Comments
 (0)