Skip to content

Commit 92540a6

Browse files
author
Simon Pieters
committed
[cssom] Mention that CSSCharsetRule might go away.
1 parent 4cc31fd commit 92540a6

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

cssom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(EDFILE): Overview.src.html $(XREF) Makefile
2020
--w3c-compat-substitutions --w3c-compat-xref-a-placement --w3c-compat-class-toc --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
2121
--filter=".publish" $< $@; \
2222
$(SED) 's/\[/\(/g;s/\]/\)/g' <$(SRCFILE) >$(VNUFILE); \
23-
$(CURL) -F out=gnu -F content=@$(VNUFILE) http://html5.validator.nu/; \
23+
$(CURL) -F out=gnu -F content=@$(VNUFILE) https://html5.validator.nu/; \
2424
$(RM) $(VNUFILE); \
2525
$(CURL) 'http://www.w3.org/2009/07/webidl-check?doc=http%3A%2F%2Fdev.w3.org%2Fcsswg%2Fcssom%2F&output=text'
2626
#$(CURL) -F output=text -F input=@$(SRCFILE) http://www.w3.org/2009/07/webidl-check

cssom/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>CSS Object Model (CSSOM)</h1>
1717

1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 2 October 2014</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 25 November 2014</h2>
2020

2121
<dl>
2222

@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
9090
can be found in the
9191
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
9292

93-
<p class="dontpublish">This is the 2 October 2014 Editor's Draft of CSSOM. Please send comments to
93+
<p class="dontpublish">This is the 25 November 2014 Editor's Draft of CSSOM. Please send comments to
9494
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
9595
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9696
with <samp>[cssom]</samp> at the start of the subject line.
@@ -2023,6 +2023,8 @@ <h4 id="the-cssstylerule-interface"><span class="secno">6.4.3 </span>The <code t
20232023

20242024
<h4 id="the-csscharsetrule-interface"><span class="secno">6.4.4 </span>The <code title="">CSSCharsetRule</code> Interface</h4>
20252025

2026+
<p class="issue">The <code><a href="#csscharsetrule">CSSCharsetRule</a></code> is being considered for removal. See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27422">bug 27422</a>.
2027+
20262028
<p>The <code><a href="#csscharsetrule">CSSCharsetRule</a></code> interface represents an <code title="">@charset</code> at-rule.</p>
20272029

20282030
<pre class="idl">interface <dfn id="csscharsetrule">CSSCharsetRule</dfn> : <a href="#cssrule">CSSRule</a> {

cssom/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,8 @@ <h4>The <code title>CSSStyleRule</code> Interface</h4>
19401940

19411941
<h4>The <code title>CSSCharsetRule</code> Interface</h4>
19421942

1943+
<p class=issue>The <code>CSSCharsetRule</code> is being considered for removal. See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27422">bug 27422</a>.
1944+
19431945
<p>The <code>CSSCharsetRule</code> interface represents an <code title>@charset</code> at-rule.</p>
19441946

19451947
<pre class=idl>interface <dfn>CSSCharsetRule</dfn> : <span>CSSRule</span> {

0 commit comments

Comments
 (0)