- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 02 Jul 2011 10:52:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom In directory hutz:/tmp/cvs-serv18591 Modified Files: Overview.html Overview.src.html Added Files: cssom-source make.sh Removed Files: bash.sh Log Message: clean up boilerplate a little; put all files needed online --- NEW FILE: make.sh --- echo "run preprocessor" python cssom-generate.py echo "run anolis" anolis --output-encoding=ascii --omit-optional-tags --quote-attr-values --w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" --filter=".publish" Overview.src.html Overview.html Index: Overview.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.html,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- Overview.html 2 Jul 2011 10:47:05 -0000 1.144 +++ Overview.html 2 Jul 2011 10:52:02 -0000 1.145 @@ -30,14 +30,7 @@ <dl> <dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2011/ED-cssom-20110702/">http://www.w3.org/TR/2011/ED-cssom-20110702/</a></dd> - - <dt>Latest Version:</dt> - <dd><a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a></dd> - - <dt>Latest Editor's draft:</dt> - <dd><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd> - + <dd class="dontpublish"><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a> <dt>Previous Version:</dt> <dd><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a></dd> @@ -170,7 +163,7 @@ <h3 id="history"><span class="secno">1.1 </span>History</h3> <p>Several interfaces from DOM Level 2 Style - <a href="http://www.w3.org/mid/Pine.LNX.4.05.10310302134070.1173-100000@lanalana.inria.fr" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have + <a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have been obsoleted</a> because they were thought to be too awkward for frequent use. This specification no longer contains those features. <code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have --- NEW FILE: cssom-source --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en-US"> <head> <title>CSSOM</title> <style type="text/css"> pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em } pre.idl :link, pre.idl :visited { color:inherit; background:transparent } dfn { font-weight:bold; font-style:normal } .example { margin-left:1em; padding-left:1em; border-left:double; color:#222; background:#fcfcfc } .example table code { color:inherit } td, th { padding:.1em } .note { margin-left:2em; color:green; font-style:italic; font-weight:bold } p.note::before { content:"Note: " } .XXX { padding:.5em; border:solid red } p.XXX::before { content:"Issue: " } dl.switch { padding-left:2em } dl.switch > dt { text-indent:-1.5em } dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em } [...2669 lines suppressed...] and Opera, but does not create a StyleSheet in IE. I prefer IE. <style type=TEXT/CSS> sets the style sheet type to text/css in Firefox and TEXT/CSS in Opera and IE. I prefer Firefox. <style> sets the style sheet location to the document location Firefox, the empty string in IE, and null in Opera. I prefer Opera <style media="x"> invokes .sheet.media.mediaText = "x" <style title=""> does not "have" a title .cascadedStyle that returns less keywords than currentStyle, no inherit, etc. Markup style: http://krijnhoetmer.nl/irc-logs/whatwg/20100204#l-529 --> </body> </html> --- bash.sh DELETED --- Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.src.html,v retrieving revision 1.147 retrieving revision 1.148 diff -u -d -r1.147 -r1.148 --- Overview.src.html 2 Jul 2011 10:47:05 -0000 1.147 +++ Overview.src.html 2 Jul 2011 10:52:03 -0000 1.148 @@ -32,13 +32,14 @@ <dl> <dt>This Version:</dt> - <dd><a href="[VERSION]">[VERSION]</a></dd> + <dd class=dontpublish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a> + <dd class=publish><a href="[VERSION]">[VERSION]</a></dd> - <dt>Latest Version:</dt> - <dd><a href="[LATEST]">[LATEST]</a></dd> + <dt class=publish>Latest Version:</dt> + <dd class=publish><a href="[LATEST]">[LATEST]</a></dd> - <dt>Latest Editor's draft:</dt> - <dd><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd> + <dt class=publish>Latest Editor's draft:</dt> + <dd class=publish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd> <dt>Previous Version:</dt> <dd><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a></dd> @@ -86,7 +87,7 @@ <h3 id="history">History</h3> <p>Several interfaces from DOM Level 2 Style - <a href="http://www.w3.org/mid/Pine.LNX.4.05.10310302134070.1173-100000@lanalana.inria.fr" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have + <a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have been obsoleted</a> because they were thought to be too awkward for frequent use. This specification no longer contains those features. <code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have
Received on Saturday, 2 July 2011 10:52:06 UTC