Skip to content

Commit c066665

Browse files
committed
[css-syntax] Add Changes since the 2013-09-19 WD.
1 parent 5cdd3a1 commit c066665

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

css-syntax/Overview.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
126126
The <span class=css data-link-type=maybe title=@charset>@charset</span> Rule</a></ul><li><a href=#serialization><span class=secno>9</span>
127127
Serialization</a><ul class=toc><li><a href=#serializing-anb><span class=secno>9.1</span>
128128
Serializing <var>&lt;an+b&gt;</var></a></ul><li><a href=#changes><span class=secno>10</span>
129-
Changes from CSS 2.1 and Selectors Level 3</a><li><a href=#acknowledgments><span class=secno></span>
129+
Changes</a><ul class=toc><li><a href=#changes-WD-20130919><span class=secno>10.1</span>
130+
Changes from the 19 September 2013 Working Draft</a><li><a href=#changes-css21><span class=secno>10.2</span>
131+
Changes from CSS 2.1 and Selectors Level 3</a></ul><li><a href=#acknowledgments><span class=secno></span>
130132
Acknowledgments</a><li><a href=#conformance><span class=secno></span>
131133
Conformance</a><ul class=toc><li><a href=#conventions><span class=secno></span>
132134
Document conventions</a><li><a href=#conformance-classes><span class=secno></span>
@@ -4520,10 +4522,23 @@ <h3 class="heading settled heading" data-level=9.1 id=serializing-anb><span clas
45204522
<p> Return <var>s</var>.
45214523

45224524
<h2 class="heading settled heading" data-level=10 id=changes><span class=secno>10 </span><span class=content>
4523-
Changes from CSS 2.1 and Selectors Level 3</span><a class=self-link href=#changes></a></h2>
4525+
Changes</span><a class=self-link href=#changes></a></h2>
45244526

45254527
<p> <em>This section is non-normative.</em>
45264528

4529+
<h3 class="heading settled heading" data-level=10.1 id=changes-WD-20130919><span class=secno>10.1 </span><span class=content>
4530+
Changes from the 19 September 2013 Working Draft</span><a class=self-link href=#changes-WD-20130919></a></h3>
4531+
4532+
<p> <ul>
4533+
<li>
4534+
The concept of <a data-link-type=dfn href=#environment-encoding0 title="environment encoding">environment encoding</a> was added.
4535+
The behavior does not change,
4536+
but some of the definitions should be moved to the relevant specs.
4537+
</ul>
4538+
4539+
<h3 class="heading settled heading" data-level=10.2 id=changes-css21><span class=secno>10.2 </span><span class=content>
4540+
Changes from CSS 2.1 and Selectors Level 3</span><a class=self-link href=#changes-css21></a></h3>
4541+
45274542
<p class=note> Note: The point of this spec is to match reality;
45284543
changes from CSS2.1 are nearly always because CSS 2.1 specified something that doesn’t match actual browser behavior,
45294544
or left something unspecified.

css-syntax/Overview.src.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,10 +3043,23 @@ <h3 id='serializing-anb'>
30433043
Return <var>s</var>.
30443044

30453045
<h2 id="changes">
3046-
Changes from CSS 2.1 and Selectors Level 3</h2>
3046+
Changes</h2>
30473047

30483048
<em>This section is non-normative.</em>
30493049

3050+
<h3 id="changes-WD-20130919">
3051+
Changes from the 19 September 2013 Working Draft</h3>
3052+
3053+
<ul>
3054+
<li>
3055+
The concept of <a>environment encoding</a> was added.
3056+
The behavior does not change,
3057+
but some of the definitions should be moved to the relevant specs.
3058+
</ul>
3059+
3060+
<h3 id="changes-css21">
3061+
Changes from CSS 2.1 and Selectors Level 3</h3>
3062+
30503063
Note: The point of this spec is to match reality;
30513064
changes from CSS2.1 are nearly always because CSS 2.1 specified something that doesn't match actual browser behavior,
30523065
or left something unspecified.

0 commit comments

Comments
 (0)