Skip to content

Commit 6b58ed7

Browse files
committed
[css-syntax] Export the "environment encoding" term.
1 parent 504f2d0 commit 6b58ed7

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

biblio.ref

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,12 +1128,13 @@
11281128
%U http://www.w3.org/TR/2012/CR-css3-speech-20120320/
11291129

11301130
%L CSS3SYN
1131-
%T CSS3 module: Syntax
1132-
%A L. David Baron
1131+
%T CSS Syntax Module
1132+
%A Tab Atkins Jr.
1133+
%A Simon Sapin
11331134
%S W3C Working Draft
11341135
%O (Work in progress.)
1135-
%D 13 August 2003
1136-
%U http://www.w3.org/TR/2003/WD-css3-syntax-20030813
1136+
%D 5 November 2013
1137+
%U http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/
11371138

11381139
%L CSS3TBL
11391140
%A Bert Bos

css-cascade/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ <h2 id="at-import">
118118
<p>
119119
The <i>origin</i> of an imported style sheet is the same as the <i>origin</i> of the style sheet that imported it.
120120

121+
<p>
122+
The <i>environment encoding</i> of an imported style sheet is the encoding of the style sheet that imported it. [[CSS3SYN]]
123+
121124
<h3 id='content-type'>
122125
Content-Type of CSS Style Sheets</h3>
123126

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ <h3 class="heading settled heading" data-level=3.3 id=environment-encoding><span
527527
Environment encoding</span><a class=self-link href=#environment-encoding></a></h3>
528528

529529
<p> Document languages that refer to CSS stylesheets that are decoded from bytes
530-
must define an <dfn data-dfn-type=dfn data-noexport="" id=environment-encoding0>environment encoding<a class=self-link href=#environment-encoding0></a></dfn> for each such stylesheet,
530+
must define an <dfn data-dfn-type=dfn data-export="" id=environment-encoding0>environment encoding<a class=self-link href=#environment-encoding0></a></dfn> for each such stylesheet,
531531
which is used as a fallback when other encoding hints are not available or can not be used.
532532

533533
<p class=note> Note: <a data-biblio-type=informative data-link-type=biblio href=#html title=html>[HTML]</a> defines <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-stylesheet>the environment encoding for <code>&lt;link rel=stylesheet&gt;</code></a>.

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h3 id="environment-encoding">
367367
Environment encoding</h3>
368368

369369
Document languages that refer to CSS stylesheets that are decoded from bytes
370-
must define an <dfn>environment encoding</dfn> for each such stylesheet,
370+
must define an <dfn export>environment encoding</dfn> for each such stylesheet,
371371
which is used as a fallback when other encoding hints are not available or can not be used.
372372

373373
Note: [[HTML]] defines <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-stylesheet">the environment encoding for <code>&lt;link rel=stylesheet></code></a>.

0 commit comments

Comments
 (0)