html5/html4-differences Overview.src.html,1.161,1.162

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

Modified Files:
	Overview.src.html 
Log Message:
more <p>s

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html	6 Mar 2012 11:57:57 -0000	1.161
+++ Overview.src.html	6 Mar 2012 11:59:33 -0000	1.162
@@ -649,33 +649,42 @@
     <p>There are also several new global attributes:</p>
 
     <ul>
-      <li>The <code data-anolis-spec=html title=attr-contenteditable>contenteditable</code> attribute indicates that the element
-      is an editable area. The user can change the contents of the element and
-      manipulate the markup.
+      <li><p>The <code data-anolis-spec=html
+      title=attr-contenteditable>contenteditable</code> attribute indicates that
+      the element is an editable area. The user can change the contents of the
+      element and manipulate the markup.
 
-      <li>The <code data-anolis-spec=html title=attr-contextmenu>contextmenu</code> attribute can be used to point to a
-      context menu provided by the author.
+      <li><p>The <code data-anolis-spec=html
+      title=attr-contextmenu>contextmenu</code> attribute can be used to point
+      to a context menu provided by the author.
 
-      <li>The <code data-anolis-spec=html title="attr-data-*">data-<var>*</var></code> collection of author-defined
+      <li><p>The <code data-anolis-spec=html
+      title="attr-data-*">data-<var>*</var></code> collection of author-defined
       attributes. Authors can define any attribute they want as long as they
-      prefix it with <code>data-</code> to avoid clashes with future
-      versions of HTML. The only requirement on these attributes is that
-      they are not used for user agent extensions.
+      prefix it with <code>data-</code> to avoid clashes with future versions of
+      HTML. The only requirement on these attributes is that they are not used
+      for user agent extensions.
 
-      <li>The <code data-anolis-spec=html title=attr-draggable>draggable</code> and <code data-anolis-spec=html title=attr-dropzone>dropzone</code> attributes
-      can be used together with the new drag &amp; drop API.
+      <li><p>The <code data-anolis-spec=html
+      title=attr-draggable>draggable</code> and <code data-anolis-spec=html
+      title=attr-dropzone>dropzone</code> attributes can be used together with
+      the new drag &amp; drop API.
 
-      <li>The <code data-anolis-spec=html title=attr-hidden>hidden</code> attribute indicates that an element is not
-      yet, or is no longer, relevant.
+      <li><p>The <code data-anolis-spec=html title=attr-hidden>hidden</code>
+      attribute indicates that an element is not yet, or is no longer, relevant.
 
-      <li>The <code data-anolis-spec=html title=wai-aria>role</code> and <code data-anolis-spec=html title=wai-aria>aria-<var>*</var></code>
+      <li><p>The <code data-anolis-spec=html title=wai-aria>role</code> and
+      <code data-anolis-spec=html title=wai-aria>aria-<var>*</var></code>
       collection attributes which can be used to instruct assistive
       technology.</li>
 
-      <li>The <code data-anolis-spec=html title=attr-spellcheck>spellcheck</code> attribute allows for hinting whether
-      content can be checked for spelling or not.
-      
-      <li>The <code data-anolis-spec=html title=attr-translate>translate</code> attribute gives a hint to translators whether the content should be translated.
+      <li><p>The <code data-anolis-spec=html
+      title=attr-spellcheck>spellcheck</code> attribute allows for hinting
+      whether content can be checked for spelling or not.
+
+      <li><p>The <code data-anolis-spec=html
+      title=attr-translate>translate</code> attribute gives a hint to
+      translators whether the content should be translated.
 
     </ul>
 

Received on Tuesday, 6 March 2012 11:59:40 UTC