- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 08:48:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28067 Modified Files: Overview.html Log Message: readability (whatwg r4514) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3610 retrieving revision 1.3611 diff -u -d -r1.3610 -r1.3611 --- Overview.html 6 Jan 2010 08:28:06 -0000 1.3610 +++ Overview.html 6 Jan 2010 08:48:05 -0000 1.3611 @@ -17966,9 +17966,7 @@ present, the attribute must be a <a href="#valid-url">valid URL</a>.<p>The <dfn id="attr-object-type" title="attr-object-type"><code>type</code></dfn> attribute, if present, specifies the type of the resource. If present, the attribute must be a <a href="#valid-mime-type">valid MIME type</a>, - optionally with parameters.<p>One or both of the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> and - <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attributes must be - present.<p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn> + optionally with parameters.<p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute must be present.<p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn> attribute, if present, must be a <a href="#valid-browsing-context-name">valid browsing context name</a>. The given value is used to name the <a href="#nested-browsing-context">nested browsing context</a>, if applicable.<div class="impl">
Received on Wednesday, 6 January 2010 08:48:11 UTC