Skip to content

Commit de024e4

Browse files
committed
[css-syntax] Turn the entry points issue into a note, as it’s not about this document.
1 parent 62661c5 commit de024e4

2 files changed

Lines changed: 3 additions & 42 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
138138
Normative References</a><li><a href=#informative><span class=secno></span>
139139
Informative References</a></ul><li><a href=#index><span class=secno></span>
140140
Index</a><li><a href=#property-index><span class=secno></span>
141-
Property index</a><li><a href=#issues-index><span class=secno></span>Issues Index</a></ul></div>
141+
Property index</a></ul></div>
142142

143143

144144

@@ -3503,7 +3503,7 @@ <h3 class="heading settled heading" data-level=5.3 id=parser-entry-points><span
35033503

35043504
<p class=note> Note: Other specs can define additional entry points for their own purposes.
35053505

3506-
<div class=issue id=issue-7c28d1bb><a class=self-link href=#issue-7c28d1bb></a>
3506+
<div class=note>
35073507
The following notes should probably be translated into normative text in the relevant specs,
35083508
hooking this spec’s terms:
35093509

@@ -4930,42 +4930,3 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
49304930
<div data-fill-with=property-index><p>No properties defined.</div>
49314931

49324932

4933-
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>
4934-
The following notes should probably be translated into normative text in the relevant specs,
4935-
hooking this spec’s terms:
4936-
4937-
<p> <ul>
4938-
<li>
4939-
"<a data-link-type=dfn href=#parse-a-stylesheet0 title="parse a stylesheet">Parse a stylesheet</a>" is intended to be the normal parser entry point,
4940-
for parsing stylesheets.
4941-
4942-
<li>
4943-
"<a data-link-type=dfn href=#parse-a-list-of-rules0 title="parse a list of rules">Parse a list of rules</a>" is intended for the content of at-rules such as <span class=css data-link-type=maybe title=@media>@media</span>.
4944-
It differs from "<a data-link-type=dfn href=#parse-a-stylesheet0 title="parse a stylesheet">Parse a stylesheet</a>" in the handling of <a class="production css-code" data-link-type=type href=#typedef-cdo-token title="<cdo-token>">&lt;CDO-token&gt;</a> and <a class="production css-code" data-link-type=type href=#typedef-cdc-token title="<cdc-token>">&lt;CDC-token&gt;</a>.
4945-
4946-
<li>
4947-
"<a data-link-type=dfn href=#parse-a-rule0 title="parse a rule">Parse a rule</a>" is intended for use by the <code>CSSStyleSheet#insertRule</code> method,
4948-
and similar functions which might exist,
4949-
which parse text into a single rule.
4950-
4951-
<li>
4952-
"<a data-link-type=dfn href=#parse-a-declaration0 title="parse a declaration">Parse a declaration</a>" is used in <span class=css data-link-type=maybe title=@supports>@supports</span> conditions. <a data-biblio-type=informative data-link-type=biblio href=#css3-conditional title=css3-conditional>[CSS3-CONDITIONAL]</a>
4953-
4954-
<li>
4955-
"<a data-link-type=dfn href=#parse-a-list-of-declarations0 title="parse a list of declarations">Parse a list of declarations</a>" is for the contents of a <code>style</code> attribute,
4956-
which parses text into the contents of a single style rule.
4957-
4958-
<li>
4959-
"<a data-link-type=dfn href=#parse-a-component-value0 title="parse a component value">Parse a component value</a>" is for things that need to consume a single value,
4960-
like the parsing rules for <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-values-3/#attr title=attr()>attr()</a>.
4961-
4962-
<li>
4963-
"<a data-link-type=dfn href=#parse-a-list-of-component-values0 title="parse a list of component values">Parse a list of component values</a>" is for the contents of presentational attributes,
4964-
which parse text into a single declaration’s value,
4965-
or for parsing a stand-alone selector <a data-biblio-type=informative data-link-type=biblio href=#select title=select>[SELECT]</a> or list of Media Queries <a data-biblio-type=informative data-link-type=biblio href=#mediaq title=mediaq>[MEDIAQ]</a>,
4966-
as in <a href=http://www.w3.org/TR/selectors-api/>Selectors API</a>
4967-
or the <code>media</code> HTML attribute.
4968-
</ul>
4969-
<a href=#issue-7c28d1bb></a></div>
4970-
4971-
</div>

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ <h3 id="parser-entry-points">
19881988

19891989
Note: Other specs can define additional entry points for their own purposes.
19901990

1991-
<div class='issue'>
1991+
<div class='note'>
19921992
The following notes should probably be translated into normative text in the relevant specs,
19931993
hooking this spec's terms:
19941994

0 commit comments

Comments
 (0)