[cssom] Mention that CSSCharsetRule might go away.

Wed, 26 Nov 2014 00:46:28 +0100

author
Simon Pieters <simonp@opera.com>
date
Wed, 26 Nov 2014 00:46:28 +0100
changeset 14817
86a5f6f5df18
parent 14816
4e427958edb1
child 14818
b4d3b6472db8

[cssom] Mention that CSSCharsetRule might go away.

cssom/Makefile file | annotate | diff | comparison | revisions
cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Makefile	Tue Nov 25 11:14:09 2014 -0800
     1.2 +++ b/cssom/Makefile	Wed Nov 26 00:46:28 2014 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  	--w3c-compat-substitutions --w3c-compat-xref-a-placement --w3c-compat-class-toc --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
     1.5  	--filter=".publish" $< $@; \
     1.6   $(SED) 's/\[/\(/g;s/\]/\)/g' <$(SRCFILE) >$(VNUFILE); \
     1.7 - $(CURL) -F out=gnu -F content=@$(VNUFILE) http://html5.validator.nu/; \
     1.8 + $(CURL) -F out=gnu -F content=@$(VNUFILE) https://html5.validator.nu/; \
     1.9   $(RM) $(VNUFILE); \
    1.10   $(CURL) 'http://www.w3.org/2009/07/webidl-check?doc=http%3A%2F%2Fdev.w3.org%2Fcsswg%2Fcssom%2F&output=text'
    1.11   #$(CURL) -F output=text -F input=@$(SRCFILE) http://www.w3.org/2009/07/webidl-check
     2.1 --- a/cssom/Overview.html	Tue Nov 25 11:14:09 2014 -0800
     2.2 +++ b/cssom/Overview.html	Wed Nov 26 00:46:28 2014 +0100
     2.3 @@ -16,7 +16,7 @@
     2.4   <h1>CSS Object Model (CSSOM)</h1>
     2.5  
     2.6  
     2.7 - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 2 October 2014</h2>
     2.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 25 November 2014</h2>
     2.9  
    2.10   <dl>
    2.11  
    2.12 @@ -90,7 +90,7 @@
    2.13  can be found in the
    2.14  <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
    2.15  
    2.16 -<p class="dontpublish">This is the 2 October 2014 Editor's Draft of CSSOM. Please send comments to
    2.17 +<p class="dontpublish">This is the 25 November 2014 Editor's Draft of CSSOM. Please send comments to
    2.18  <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
    2.19  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    2.20  with <samp>[cssom]</samp> at the start of the subject line.
    2.21 @@ -2023,6 +2023,8 @@
    2.22  
    2.23  <h4 id="the-csscharsetrule-interface"><span class="secno">6.4.4 </span>The <code title="">CSSCharsetRule</code> Interface</h4>
    2.24  
    2.25 +<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>.
    2.26 +
    2.27  <p>The <code><a href="#csscharsetrule">CSSCharsetRule</a></code> interface represents an <code title="">@charset</code> at-rule.</p>
    2.28  
    2.29  <pre class="idl">interface <dfn id="csscharsetrule">CSSCharsetRule</dfn> : <a href="#cssrule">CSSRule</a> {
     3.1 --- a/cssom/Overview.src.html	Tue Nov 25 11:14:09 2014 -0800
     3.2 +++ b/cssom/Overview.src.html	Wed Nov 26 00:46:28 2014 +0100
     3.3 @@ -1940,6 +1940,8 @@
     3.4  
     3.5  <h4>The <code title>CSSCharsetRule</code> Interface</h4>
     3.6  
     3.7 +<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>.
     3.8 +
     3.9  <p>The <code>CSSCharsetRule</code> interface represents an <code title>@charset</code> at-rule.</p>
    3.10  
    3.11  <pre class=idl>interface <dfn>CSSCharsetRule</dfn> : <span>CSSRule</span> {

mercurial