html5/html4-differences Overview.src.html,1.150,1.151

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv5304

Modified Files:
	Overview.src.html 
Log Message:
reflow "changed elements" and remove content model mention for <a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.src.html	2 Mar 2012 15:15:44 -0000	1.150
+++ Overview.src.html	2 Mar 2012 15:22:25 -0000	1.151
@@ -703,47 +703,62 @@
       <li><p>The <code data-anolis-spec=html>a</code> element without an
       <code data-anolis-spec=html title=attr-hyperlink-href>href</code>
       attribute now represents a placeholder for where a link otherwise
-      might have been placed. It can also contain flow content rather than
-      being restricted to phrasing content.</p></li>
+      might have been placed.</p></li>
 
       <li><p>The <code data-anolis-spec=html>address</code> element is now
       scoped by the nearest ancestor <code data-anolis-spec=html>article</code>
       or <code data-anolis-spec>body</code> element.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>b</code> element now represents a span of text to which attention is being drawn for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood, such as key words in a document abstract, product names in a review, actionable words in interactive text-driven software, or an article lede.</p></li>
+      <li><p>The <code data-anolis-spec=html>b</code> element now represents a
+      span of text to which attention is being drawn for utilitarian purposes
+      without conveying any extra importance and with no implication of an
+      alternate voice or mood, such as key words in a document abstract, product
+      names in a review, actionable words in interactive text-driven software,
+      or an article lede.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>cite</code> element now solely represents the title
-      of a work (e.g. a book, a paper, an essay, a poem, a score, a song, a
-      script, a film, a TV show, a game, a sculpture, a painting, a theatre
-      production, a play, an opera, a musical, an exhibition, a legal case
-      report, etc). Specifically the example in HTML4 where it is used to
-      mark up the name of a person is no longer considered
+      <li><p>The <code data-anolis-spec=html>cite</code> element now solely
+      represents the title of a work (e.g. a book, a paper, an essay, a poem, a
+      score, a song, a script, a film, a TV show, a game, a sculpture, a
+      painting, a theatre production, a play, an opera, a musical, an
+      exhibition, a legal case report, etc). Specifically the example in HTML4
+      where it is used to mark up the name of a person is no longer considered
       conforming.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>dl</code> element now represents an association list of
-      name-value groups, and is no longer said to be appropriate for dialogue.</p></li>
+      <li><p>The <code data-anolis-spec=html>dl</code> element now represents an
+      association list of name-value groups, and is no longer said to be
+      appropriate for dialogue.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>hr</code> element now represents a paragraph-level
-      thematic break.
+      <li><p>The <code data-anolis-spec=html>hr</code> element now represents a
+      paragraph-level thematic break.
 
-      <li><p>The <code data-anolis-spec=html>i</code> element now represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, or a ship name in Western texts.</p></li>
+      <li><p>The <code data-anolis-spec=html>i</code> element now represents a
+      span of text in an alternate voice or mood, or otherwise offset from the
+      normal prose in a manner indicating a different quality of text, such as a
+      taxonomic designation, a technical term, an idiomatic phrase from another
+      language, a thought, or a ship name in Western texts.</p></li>
 
-      <li><p>For the <code data-anolis-spec=html>label</code> element the browser should no longer
-      move focus from the label to the control unless such behavior is standard
-      for the underlying platform user interface.</p></li>
+      <li><p>For the <code data-anolis-spec=html>label</code> element the
+      browser should no longer move focus from the label to the control unless
+      such behavior is standard for the underlying platform user
+      interface.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>menu</code> element is redefined to be useful for
-      toolbars and context menus.</p></li>
+      <li><p>The <code data-anolis-spec=html>menu</code> element is redefined to
+      be useful for toolbars and context menus.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>s</code> element now represents contents that are no
-      longer accurate or no longer relevant.</p></li>
+      <li><p>The <code data-anolis-spec=html>s</code> element now represents
+      contents that are no longer accurate or no longer relevant.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>small</code> element now represents side comments such as small print.</p></li>
+      <li><p>The <code data-anolis-spec=html>small</code> element now represents
+      side comments such as small print.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>strong</code> element now represents importance rather
-      than strong emphasis.</p></li>
+      <li><p>The <code data-anolis-spec=html>strong</code> element now
+      represents importance rather than strong emphasis.</p></li>
 
-      <li><p>The <code data-anolis-spec=html>u</code> element now represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.</p></li>
+      <li><p>The <code data-anolis-spec=html>u</code> element now represents a
+      span of text with an unarticulated, though explicitly rendered,
+      non-textual annotation, such as labeling the text as being a proper name
+      in Chinese text (a Chinese proper name mark), or labeling the text as
+      being misspelt.</p></li>
 
     </ul>
 

Received on Friday, 2 March 2012 15:22:34 UTC