- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Jul 2011 20:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20218 Modified Files: introduction.html semantics.html spec.html Log Message: remove old now-irrelevant text (whatwg r6308) [updated by splitter] Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1060 retrieving revision 1.1061 diff -u -d -r1.1060 -r1.1061 --- semantics.html 3 Jun 2011 00:48:40 -0000 1.1060 +++ semantics.html 15 Jul 2011 20:46:54 -0000 1.1061 @@ -626,7 +626,20 @@ <code><a href="#the-link-element">link</a></code> element has a <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute with the value <code title="">next stylesheet</code>, it creates both a <a href="links.html#hyperlink">hyperlink</a> (for the <code title="rel-next"><a href="links.html#link-type-next">next</a></code> keyword) and an <a href="links.html#external-resource-link">external resource link</a> (for the <code title="rel-stylesheet"><a href="links.html#link-type-stylesheet">stylesheet</a></code> keyword), and they are - affected by other attributes (such as <code title="attr-link-media"><a href="#attr-link-media">media</a></code> or <code title="attr-link-title"><a href="#attr-link-title">title</a></code>) differently.</p><p>The exact behavior for links to external resources depends on the + affected by other attributes (such as <code title="attr-link-media"><a href="#attr-link-media">media</a></code> or <code title="attr-link-title"><a href="#attr-link-title">title</a></code>) differently.</p><div class="example"> + + <p>For example, the following <code><a href="#the-link-element">link</a></code> element creates two + hyperlinks (to the same page):</p> + + <pre><link rel="author license" href="/about"></pre> + + <p>The two links created by this element are one whose semantic is + that the target page has information about the current page's + author, and one whose semantic is that the target page has + information regarding the license under which the current page is + provided.</p> + + </div><p>The exact behavior for links to external resources depends on the exact relationship, as defined for the relevant link type. Some of the attributes control whether or not the external resource is to be applied (as defined below).</p><div class="impl"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1560 retrieving revision 1.1561 diff -u -d -r1.1560 -r1.1561 --- spec.html 15 Jul 2011 00:46:34 -0000 1.1560 +++ spec.html 15 Jul 2011 20:46:54 -0000 1.1561 @@ -322,7 +322,7 @@ <h1>HTML5</h1> <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> - <h2 class="no-num no-toc" id="editor-s-draft-14-july-2011">Editor's Draft 14 July 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-july-2011">Editor's Draft 15 July 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -347,7 +347,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.5038. +This is revision 1.5040. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide @@ -468,7 +468,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 14 July 2011 Editor's Draft. + This specification is the 15 July 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1039 retrieving revision 1.1040 diff -u -d -r1.1039 -r1.1040 --- introduction.html 3 Jun 2011 00:48:24 -0000 1.1039 +++ introduction.html 15 Jul 2011 20:46:54 -0000 1.1040 @@ -467,8 +467,7 @@ noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with in-memory representations of resources that use this language.</p><p>The in-memory representation is known as "DOM HTML", or "the DOM" - for short. This specification defines version 5 of DOM HTML, known - as "DOM5 HTML".</p><p>There are various concrete syntaxes that can be used to transmit + for short.</p><p>There are various concrete syntaxes that can be used to transmit resources that use this abstract language, two of which are defined in this specification.</p><p>The first such concrete syntax is the HTML syntax. This is the format suggested for most authors. It is compatible with most legacy
Received on Friday, 15 July 2011 20:47:05 UTC