Skip to content

Commit ca7ec59

Browse files
author
Simon Pieters
committed
[cssom] Editorial: The @ is pronounced.
1 parent 5ac3d30 commit ca7ec59

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

cssom/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ <h4 id="the-cssimportrule-interface"><span class="secno">6.4.5 </span>The <code
19201920

19211921
<h4 id="the-cssmediarule-interface"><span class="secno">6.4.6 </span>The <code title="">CSSMediaRule</code> Interface</h4>
19221922

1923-
<p>The <code><a href="#cssmediarule">CSSMediaRule</a></code> interface represents a <code>@media</code> at-rule.</p>
1923+
<p>The <code><a href="#cssmediarule">CSSMediaRule</a></code> interface represents an <code>@media</code> at-rule.</p>
19241924

19251925
<pre class="idl">interface <dfn id="cssmediarule">CSSMediaRule</dfn> : <a href="#cssrule">CSSRule</a> {
19261926
[PutForwards=mediaText] readonly attribute <a href="#medialist">MediaList</a> <a href="#dom-cssmediarule-media" title="dom-CSSMediaRule-media">media</a>;
@@ -1944,7 +1944,7 @@ <h4 id="the-cssmediarule-interface"><span class="secno">6.4.6 </span>The <code t
19441944

19451945
<h4 id="the-cssfontfacerule-interface"><span class="secno">6.4.7 </span>The <code title="">CSSFontFaceRule</code> Interface</h4>
19461946

1947-
<p>The <code><a href="#cssfontfacerule">CSSFontFaceRule</a></code> interface represents a <code>@font-face</code> at-rule.</p>
1947+
<p>The <code><a href="#cssfontfacerule">CSSFontFaceRule</a></code> interface represents an <code>@font-face</code> at-rule.</p>
19481948

19491949
<pre class="idl">interface <dfn id="cssfontfacerule">CSSFontFaceRule</dfn> : <a href="#cssrule">CSSRule</a> {
19501950
[PutForwards=cssText] readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-cssfontfacerule-style" title="dom-CSSFontFaceRule-style">style</a>;
@@ -1956,7 +1956,7 @@ <h4 id="the-cssfontfacerule-interface"><span class="secno">6.4.7 </span>The <cod
19561956

19571957
<h4 id="the-csspagerule-interface"><span class="secno">6.4.8 </span>The <code title="">CSSPageRule</code> Interface</h4>
19581958

1959-
<p>The <code><a href="#csspagerule">CSSPageRule</a></code> interface represents a <code>@page</code> at-rule.</p>
1959+
<p>The <code><a href="#csspagerule">CSSPageRule</a></code> interface represents an <code>@page</code> at-rule.</p>
19601960
<p class="note">Need to define the rules for
19611961
<dfn id="parse-a-css-page-selector">parse a CSS page selector</dfn> and
19621962
<dfn id="serialize-a-css-page-selector">serialize a CSS page selector</dfn>.</p>
@@ -1980,7 +1980,7 @@ <h4 id="the-csspagerule-interface"><span class="secno">6.4.8 </span>The <code ti
19801980

19811981
<h4 id="the-cssnamespacerule-interface"><span class="secno">6.4.9 </span>The <code title="">CSSNamespaceRule</code> Interface</h4>
19821982

1983-
<p>The <code><a href="#cssnamespacerule">CSSNamespaceRule</a></code> interface represents a <code>@namespace</code> at-rule.</p>
1983+
<p>The <code><a href="#cssnamespacerule">CSSNamespaceRule</a></code> interface represents an <code>@namespace</code> at-rule.</p>
19841984

19851985
<pre class="idl">interface <dfn id="cssnamespacerule">CSSNamespaceRule</dfn> : <a href="#cssrule">CSSRule</a> {
19861986
[TreatNullAs=EmptyString] attribute DOMString namespaceURI;

cssom/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ <h4>The <code title>CSSImportRule</code> Interface</h4>
18501850

18511851
<h4>The <code title>CSSMediaRule</code> Interface</h4>
18521852

1853-
<p>The <code>CSSMediaRule</code> interface represents a <code>@media</code> at-rule.</p>
1853+
<p>The <code>CSSMediaRule</code> interface represents an <code>@media</code> at-rule.</p>
18541854

18551855
<pre class=idl>interface <dfn>CSSMediaRule</dfn> : <span>CSSRule</span> {
18561856
[PutForwards=mediaText] readonly attribute <span>MediaList</span> <span title=dom-CSSMediaRule-media>media</span>;
@@ -1874,7 +1874,7 @@ <h4>The <code title>CSSMediaRule</code> Interface</h4>
18741874

18751875
<h4>The <code title>CSSFontFaceRule</code> Interface</h4>
18761876

1877-
<p>The <code>CSSFontFaceRule</code> interface represents a <code>@font-face</code> at-rule.</p>
1877+
<p>The <code>CSSFontFaceRule</code> interface represents an <code>@font-face</code> at-rule.</p>
18781878

18791879
<pre class=idl>interface <dfn>CSSFontFaceRule</dfn> : <span>CSSRule</span> {
18801880
[PutForwards=cssText] readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-CSSFontFaceRule-style>style</span>;
@@ -1886,7 +1886,7 @@ <h4>The <code title>CSSFontFaceRule</code> Interface</h4>
18861886

18871887
<h4>The <code title>CSSPageRule</code> Interface</h4>
18881888

1889-
<p>The <code>CSSPageRule</code> interface represents a <code>@page</code> at-rule.</p>
1889+
<p>The <code>CSSPageRule</code> interface represents an <code>@page</code> at-rule.</p>
18901890
<p class='note'>Need to define the rules for
18911891
<dfn>parse a CSS page selector</dfn> and
18921892
<dfn>serialize a CSS page selector</dfn>.</p>
@@ -1910,7 +1910,7 @@ <h4>The <code title>CSSPageRule</code> Interface</h4>
19101910

19111911
<h4>The <code title>CSSNamespaceRule</code> Interface</h4>
19121912

1913-
<p>The <code>CSSNamespaceRule</code> interface represents a <code>@namespace</code> at-rule.</p>
1913+
<p>The <code>CSSNamespaceRule</code> interface represents an <code>@namespace</code> at-rule.</p>
19141914

19151915
<pre class=idl>interface <dfn>CSSNamespaceRule</dfn> : <span>CSSRule</span> {
19161916
[TreatNullAs=EmptyString] attribute DOMString namespaceURI;

0 commit comments

Comments
 (0)