Skip to content

Commit fe2400b

Browse files
committed
CSS all the way baby
1 parent 97d8e71 commit fe2400b

2 files changed

Lines changed: 5 additions & 23 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,7 @@ <h3 id=style-sheet0><span class=secno>6.1. </span>Style Sheet</h3>
934934
<dt><dfn id=style-sheet-type>style sheet type</dfn>
935935

936936
<dd>
937-
<p>The <a href="#content-type-metadata">Content-Type metadata</a> of the
938-
<a href="#style-sheet">style sheet</a>.
937+
<p>The literal string "<code>text/css</code>".
939938

940939
<dt><dfn id=style-sheet-location>style sheet location</dfn>
941940

@@ -1022,6 +1021,7 @@ <h3 id=style-sheet0><span class=secno>6.1. </span>Style Sheet</h3>
10221021

10231022
<p>When you are to <a href="#create-a-style-sheet">create a style sheet</a>
10241023
the above properties, with the exception of <a
1024+
href="#style-sheet-type">style sheet type</a> and <a
10251025
href="#style-sheet-css-rules">style sheet CSS rules</a>, are to be set to
10261026
their proper values.</p>
10271027
<!-- same-origin restrictions -->
@@ -1703,12 +1703,6 @@ <h4 id=requirements-on-user-agents-implementing><span class=secno>6.3.3.
17031703
following properties:</p>
17041704

17051705
<dl>
1706-
<dt><a href="#style-sheet-type">style sheet type</a>
1707-
1708-
<dd>
1709-
<p>The <code><a href="#content-type-metadata">Content-Type
1710-
metadata</a></code> of the resource.
1711-
17121706
<dt><a href="#style-sheet-location">style sheet location</a>
17131707

17141708
<dd>
@@ -1794,12 +1788,6 @@ <h4 id=requirements-on-user-agents-implementing0><span class=secno>6.3.4.
17941788
following properties:</p>
17951789

17961790
<dl>
1797-
<dt><a href="#style-sheet-type">style sheet type</a>
1798-
1799-
<dd>
1800-
<p>The <a href="#content-type-metadata">Content-Type metadata</a> of
1801-
the resource.
1802-
18031791
<dt><a href="#style-sheet-location">style sheet location</a>
18041792

18051793
<dd>

cssom/Overview.src.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,7 @@ <h3>Style Sheet</h3>
686686

687687
<dl>
688688
<dt><dfn id="style-sheet-type">style sheet type</dfn></dt>
689-
<dd><p>The <span>Content-Type metadata</span> of the
690-
<span>style sheet</span>.</p></dd>
689+
<dd><p>The literal string "<code>text/css</code>".</p></dd>
691690

692691
<dt><dfn id="style-sheet-location">style sheet location</dfn></dt>
693692
<dd><p>The <span>URL</span> of the <span>style sheet</span> or null if
@@ -761,7 +760,8 @@ <h3>Style Sheet</h3>
761760
</dl>
762761

763762
<p>When you are to <span>create a style sheet</span> the above properties,
764-
with the exception of <span>style sheet CSS rules</span>, are to be set to
763+
with the exception of <span>style sheet type</span> and
764+
<span>style sheet CSS rules</span>, are to be set to
765765
their proper values.</p>
766766

767767
<!-- same-origin restrictions -->
@@ -1386,9 +1386,6 @@ <h4>Requirements on User Agents Implementing the
13861386
<p><span>Create a style sheet</span> with the following properties:</p>
13871387

13881388
<dl>
1389-
<dt><span>style sheet type</span></dt>
1390-
<dd><p>The <code>Content-Type metadata</code> of the resource.</p></dd>
1391-
13921389
<dt><span>style sheet location</span></dt>
13931390
<dd><p>The <span>absolute URL</span> of the resource.</p></dd>
13941391

@@ -1456,9 +1453,6 @@ <h4>Requirements on User Agents Implementing the HTTP
14561453
<p><span>Create a style sheet</span> with the following properties:</p>
14571454

14581455
<dl>
1459-
<dt><span>style sheet type</span></dt>
1460-
<dd><p>The <span>Content-Type metadata</span> of the resource.</p></dd>
1461-
14621456
<dt><span>style sheet location</span></dt>
14631457
<dd><p>The <span>absolute URL</span> of the resource.</p></dd>
14641458

0 commit comments

Comments
 (0)