- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 08 Aug 2009 00:20:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4158 Modified Files: Overview.html Log Message: Update to latest Web IDL. (whatwg r3556) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2748 retrieving revision 1.2749 diff -u -d -r1.2748 -r1.2749 --- Overview.html 7 Aug 2009 20:16:29 -0000 1.2748 +++ Overview.html 8 Aug 2009 00:20:53 -0000 1.2749 @@ -175,7 +175,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 7 August 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 8 August 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -273,7 +273,7 @@ track. <!--ZZZ:--> [...1004 lines suppressed...] - <hr><pre class="idl">[Supplemental] interface <a href="#htmldocument">HTMLDocument</a> { + <hr><pre class="idl">[Supplemental] +interface <a href="#htmldocument">HTMLDocument</a> { attribute DOMString <a href="#dom-document-fgcolor" title="dom-document-fgColor">fgColor</a>; attribute DOMString <a href="#dom-document-bgcolor" title="dom-document-bgColor">bgColor</a>; attribute DOMString <a href="#dom-document-linkcolor" title="dom-document-linkColor">linkColor</a>; @@ -66312,9 +66360,11 @@ or technologies based on X3D that are namespace-aware.</p><!-- <p>XXX example here</p> --><h3 id="rendering-and-the-dom"><span class="secno">13.3 </span>Rendering and the DOM</h3><p class="XXX">This section is expected to be moved to its own specification in due course. It needs a lot of work to actually make it into a semi-decent spec.<p>Any object implement the <code>AbstractView</code> interface must - also implement the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface.<pre class="idl">[NoInterfaceObject, ImplementedOn=<span>AbstractView</span>] interface <dfn id="mediamodeabstractview">MediaModeAbstractView</dfn> { + also implement the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface.<pre class="idl">[Supplemental, NoInterfaceObject] +interface <dfn id="mediamodeabstractview">MediaModeAbstractView</dfn> { readonly attribute DOMString <a href="#mediamode">mediaMode</a>; -};</pre><p>The <dfn id="mediamode"><code>mediaMode</code></dfn> attribute on objects +}; +<span>AbstractView</span> implements <a href="#mediamodeabstractview">MediaModeAbstractView</a>;</pre><p>The <dfn id="mediamode"><code>mediaMode</code></dfn> attribute on objects implementing the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface must return the string that represents the canvas' current rendering mode (<code>screen</code>, <code>print</code>, etc). This is a lowercase
Received on Saturday, 8 August 2009 00:21:05 UTC