Skip to content

Commit 36cd802

Browse files
committed
1 parent 377f6fc commit 36cd802

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a></p>
1515
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
1616
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
17-
<span class=dt-updated><span class=value-title title=20131028>28 October 2013</span></span></span></h2>
17+
<span class=dt-updated><span class=value-title title=20131029>29 October 2013</span></span></span></h2>
1818
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
1919
<dt>Feedback:</dt>
2020
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -435,14 +435,11 @@ <h3 class="heading settled heading" data-level=3.2 id=input-byte-stream><span cl
435435
<p class=note> Note: the <a data-link-type=dfn href=#decode title=decode>decode</a> algorithm lets the byte order mark (BOM) take precedence,
436436
hence the usage of the term "fallback" above.
437437

438-
<p class=issue id=issue-b26a56fd><a class=self-link href=#issue-b26a56fd></a>
438+
<p class=issue id=issue-ead8fa31><a class=self-link href=#issue-ead8fa31></a>
439439
Anne says that steps 3/4 should be an input to this algorithm from the specs that define importing stylesheet,
440440
to make the algorithm as a whole cleaner.
441441
Perhaps abstract it into the concept of an "environment charset" or something?
442442

443-
<p class=issue id=issue-ab273e4b><a class=self-link href=#issue-ab273e4b></a>
444-
Should we only take the charset from the referring document if it’s same-origin?
445-
446443

447444
<h3 class="heading settled heading" data-level=3.3 id=input-preprocessing><span class=secno>3.3 </span><span class=content>
448445
Preprocessing the input stream</span><a class=self-link href=#input-preprocessing></a></h3>
@@ -2741,10 +2738,6 @@ <h2 class="heading settled heading" data-level=5 id=parsing><span class=secno>5
27412738
a value consisting of a list of component values,
27422739
and an <var>important</var> flag which is initially unset.
27432740

2744-
<p class=issue id=issue-5cca2746><a class=self-link href=#issue-5cca2746></a>
2745-
Should we go ahead and generalize the important flag to be a list of bang values?
2746-
Suggested by Zack Weinberg.
2747-
27482741
<p> Declarations are further categorized as "properties" or "descriptors",
27492742
with the former typically appearing in <a data-link-type=dfn href=#qualified-rule title="qualified rules">qualified rules</a>
27502743
and the latter appearing in <a data-link-type=dfn href=#at-rule title=at-rules>at-rules</a>.
@@ -4906,15 +4899,8 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
49064899
to make the algorithm as a whole cleaner.
49074900
Perhaps abstract it into the concept of an "environment charset" or something?
49084901

4909-
<a href=#issue-b26a56fd></a><p class=issue>
4910-
Should we only take the charset from the referring document if it’s same-origin?
4911-
4912-
4913-
<a href=#issue-ab273e4b></a><p class=issue>
4914-
Should we go ahead and generalize the important flag to be a list of bang values?
4915-
Suggested by Zack Weinberg.
49164902

4917-
<a href=#issue-5cca2746></a><div class=issue>
4903+
<a href=#issue-ead8fa31></a><div class=issue>
49184904
The following notes should probably be translated into normative text in the relevant specs,
49194905
hooking this spec’s terms:
49204906

css-syntax/Overview.src.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ <h3 id="input-byte-stream">
326326
to make the algorithm as a whole cleaner.
327327
Perhaps abstract it into the concept of an "environment charset" or something?
328328

329-
<p class='issue'>
330-
Should we only take the charset from the referring document if it's same-origin?
331-
332329

333330
<h3 id="input-preprocessing">
334331
Preprocessing the input stream</h3>
@@ -1728,10 +1725,6 @@ <h2 id="parsing">
17281725
a value consisting of a list of component values,
17291726
and an <var>important</var> flag which is initially unset.
17301727

1731-
<p class='issue'>
1732-
Should we go ahead and generalize the important flag to be a list of bang values?
1733-
Suggested by Zack Weinberg.
1734-
17351728
Declarations are further categorized as "properties" or "descriptors",
17361729
with the former typically appearing in <a>qualified rules</a>
17371730
and the latter appearing in <a>at-rules</a>.

0 commit comments

Comments
 (0)