Skip to content

Commit 675b81c

Browse files
committed
[css-cascade] Markup fix
1 parent dc2b9a5 commit 675b81c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css-cascade/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a></p>
1313
<h1 class="p-name no-ref" id=title>CSS Cascading and Inheritance Level 3</h1>
1414
<h2 class="no-num no-toc no-ref" id=subtitle><span class=content>Editor's Draft,
15-
<span class=dt-updated><span class=value-title title=20130806>6 August 2013</span></span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130807>7 August 2013</span></span></span></h2>
1616
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-cascade/>http://www.w3.org/TR/css3-cascade/</a><dt>Editor's Draft:<dd><a href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/ rel=previous>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dd><a href=http://www.w3.org/TR/2005/WD-css3-cascade-20051215/ rel=previous>http://www.w3.org/TR/2005/WD-css3-cascade-20051215/</a>
1717
<dt>Feedback:</dt>
1818
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-cascade%5D%20feedback">www-style@w3.org</a>
@@ -756,16 +756,16 @@ <h2 data-level=6 id=cascading><span class=secno>6 </span><span class=content>
756756
For this purpose:
757757

758758
<p> <ul>
759-
<li>Declarations from <a data-link-type=at-rule href=#at-ruledef-import title=@import>imported style sheets
759+
<li>Declarations from <a data-link-type=at-rule href=#at-ruledef-import title=@import>imported style sheets</a>
760760
are ordered as if their style sheets were substituted in place of the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule.
761-
</a><li><a data-link-type=at-rule href=#at-ruledef-import title=@import>Declarations from style sheets independently linked by the originating document
761+
<li>Declarations from style sheets independently linked by the originating document
762762
are treated as if they were concatenated in linking order,
763763
as determined by the host document language.
764-
</a><li><a data-link-type=at-rule href=#at-ruledef-import title=@import>Declarations from style attributes
764+
<li>Declarations from style attributes
765765
are ordered according to the document order of the element the style attribute appears on,
766766
and are all placed after any style sheets.
767-
</a></ul><a data-link-type=at-rule href=#at-ruledef-import title=@import>
768-
</a></dl><a data-link-type=at-rule href=#at-ruledef-import title=@import>
767+
</ul>
768+
</dl>
769769

770770
<p>
771771
The <dfn data-dfn-type=dfn id=output-of-the-cascade>output of the cascade</dfn>
@@ -780,7 +780,7 @@ <h3 data-level=6.1 id=cascading-origins><span class=secno>6.1 </span><span class
780780
which determines where it enters the cascade.
781781
CSS defines three core <a href=#origin>origins</a>:
782782

783-
</a><dl><a data-link-type=at-rule href=#at-ruledef-import title=@import>
783+
<dl>
784784
<dt id=cascade-origin-author>Author
785785
<dd>
786786
The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
@@ -793,12 +793,12 @@ <h3 data-level=6.1 id=cascading-origins><span class=secno>6.1 </span><span class
793793
(or behaves as if it did).
794794

795795
<dt id=cascade-origin-ua>User agent
796-
</dt></a><dd><a data-link-type=at-rule href=#at-ruledef-import title=@import>
796+
<dd>
797797
Conforming user agents must apply a default style sheet
798798
(or behave as if they did).
799799
A user agent's default style sheet should present the elements of the document language in ways that satisfy general presentation expectations for the document language
800800
(e.g., for visual browsers, the EM element in HTML is presented using an italic font).
801-
See e.g. the </a><a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints>HTML user agent style sheet</a>. <a data-biblio-type=informative data-link-type=biblio href=#html5 title=HTML5>[HTML5]</a>
801+
See e.g. the <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints>HTML user agent style sheet</a>. <a data-biblio-type=informative data-link-type=biblio href=#html5 title=HTML5>[HTML5]</a>
802802
</dl>
803803

804804
<p>

css-cascade/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h2 id='cascading'>
671671
For this purpose:
672672

673673
<ul>
674-
<li>Declarations from <a at-rule title="@import">imported style sheets</i>
674+
<li>Declarations from <a at-rule title="@import">imported style sheets</a>
675675
are ordered as if their style sheets were substituted in place of the ''@import'' rule.
676676
<li>Declarations from style sheets independently linked by the originating document
677677
are treated as if they were concatenated in linking order,

0 commit comments

Comments
 (0)