Skip to content

Commit 254572e

Browse files
committed
[cssom] Editorial: fix MARGIN_RULE/NAMESPACE_RULE constants. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=24236
1 parent a7d1486 commit 254572e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cssom/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,9 +1821,9 @@ The <dfn attribute for=CSSRule>type</dfn> attribute must return the CSS rule typ
18211821
<dd>Return <dfn const for=CSSRule>FONT_FACE_RULE</dfn> (numeric value 5).
18221822
<dt>If the object is a {{CSSPageRule}}
18231823
<dd>Return <dfn const for=CSSRule>PAGE_RULE</dfn> (numeric value 6).
1824-
<dt>If the object is a {{CSSNamespaceRule}}
1825-
<dd>Return <dfn const for=CSSRule>MARGIN_RULE</dfn> (numeric value 9).
18261824
<dt>If the object is a {{CSSMarginRule}}
1825+
<dd>Return <dfn const for=CSSRule>MARGIN_RULE</dfn> (numeric value 9).
1826+
<dt>If the object is a {{CSSNamespaceRule}}
18271827
<dd>Return <dfn const for=CSSRule>NAMESPACE_RULE</dfn> (numeric value 10).
18281828
<dt>Otherwise
18291829
<dd>Return a value defined on the <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a> wiki page.
@@ -3233,6 +3233,7 @@ Morten Stenshorne,
32333233
Ms2ger,
32343234
Øyvind Stenhaug,
32353235
Peter Sloetjes,
3236+
Philip Jägenstedt,
32363237
Philip Taylor,
32373238
Robert O'Callahan,
32383239
Simon Sapin,

0 commit comments

Comments
 (0)