- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 08:47:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24640 Modified Files: semantics.html spec.html Log Message: base.href shouldn't resolve twice... (whatwg r5608) [updated by splitter] Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1024 retrieving revision 1.1025 diff -u -d -r1.1024 -r1.1025 --- semantics.html 5 Oct 2010 00:16:38 -0000 1.1024 +++ semantics.html 12 Oct 2010 08:47:07 -0000 1.1025 @@ -539,8 +539,13 @@ with <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attributes, all but the first are ignored.</p> - <p>The <dfn id="dom-base-href" title="dom-base-href"><code>href</code></dfn> and <dfn id="dom-base-target" title="dom-base-target"><code>target</code></dfn> IDL attributes - must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the + <p>The <dfn id="dom-base-href" title="dom-base-href"><code>href</code></dfn> IDL + attribute, on getting, must return the page's <a href="urls.html#document-base-url">document base + URL</a>, and on setting, it must set the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> content attribute to the given + new value.</p> + + <p>The <dfn id="dom-base-target" title="dom-base-target"><code>target</code></dfn> IDL + attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> </div><div class="example"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1287 retrieving revision 1.1288 diff -u -d -r1.1287 -r1.1288 --- spec.html 12 Oct 2010 08:17:14 -0000 1.1287 +++ spec.html 12 Oct 2010 08:47:07 -0000 1.1288 @@ -341,7 +341,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4484. +This is revision 1.4485. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 12 October 2010 08:47:17 UTC