- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Mar 2012 10:31:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv14716
Modified Files:
Overview.src.html
Log Message:
reflow changed attributes
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.src.html 5 Mar 2012 09:57:45 -0000 1.153
+++ Overview.src.html 5 Mar 2012 10:31:11 -0000 1.154
@@ -1481,45 +1481,59 @@
<h3 id="changed-attributes">Changed Attributes</h3>
- <p>The <code data-anolis-spec=html title=attr-li-value>value</code> attribute for the <code data-anolis-spec=html>li</code>
- element is no longer deprecated as it is not presentational. The same
- goes for the <code data-anolis-spec=html title=attr-ol-start>start</code> and <code data-anolis-spec=html title=attr-ol-type>type</code> attributes of the <code data-anolis-spec=html>ol</code>
- element.
+ <p>The <code data-anolis-spec=html title=attr-li-value>value</code>
+ attribute for the <code data-anolis-spec=html>li</code> element is no longer
+ deprecated as it is not presentational. The same goes for the <code
+ data-anolis-spec=html title=attr-ol-start>start</code> and <code
+ data-anolis-spec=html title=attr-ol-type>type</code> attributes of the <code
+ data-anolis-spec=html>ol</code> element.
- <p>The <code data-anolis-spec=html title=attr-hyperlink-target>target</code> attribute for the <code data-anolis-spec=html>a</code> and
- <code data-anolis-spec=html>area</code> elements is no longer deprecated, as it is useful in
- Web applications, e.g. in conjunction with <code data-anolis-spec=html>iframe</code>.
+ <p>The <code data-anolis-spec=html title=attr-hyperlink-target>target</code>
+ attribute for the <code data-anolis-spec=html>a</code> and <code
+ data-anolis-spec=html>area</code> elements is no longer deprecated, as it is
+ useful in Web applications, e.g. in conjunction with <code
+ data-anolis-spec=html>iframe</code>.
- <p>The <code data-anolis-spec=html title=attr-script-type>type</code> attribute on <code data-anolis-spec=html>script</code> and
- <code data-anolis-spec=html>style</code> is no longer required if the scripting language is
- ECMAScript and the styling language is CSS, respectively.</p>
+ <p>The <code data-anolis-spec=html title=attr-script-type>type</code>
+ attribute on <code data-anolis-spec=html>script</code> and <code
+ data-anolis-spec=html>style</code> is no longer required if the scripting
+ language is ECMAScript and the styling language is CSS, respectively.</p>
- <p>The <code data-anolis-spec=html title=attr-table-border>border</code> attribute on <code data-anolis-spec=html>table</code> only allows the values "1" and the empty string.
+ <p>The <code data-anolis-spec=html title=attr-table-border>border</code>
+ attribute on <code data-anolis-spec=html>table</code> only allows the values
+ "1" and the empty string.
<p>The following attributes are allowed but authors are discouraged from
- using them and instead strongly encouraged to use an alternative
- solution:</p>
+ using them and instead strongly encouraged to use an alternative solution:</p>
<ul>
- <li><p>The <code data-anolis-spec=html title=attr-img-border>border</code> attribute on <code data-anolis-spec=html>img</code>. It is
- required to have the value "<code>0</code>" when present. Authors can
- use CSS instead.</p></li>
+ <li><p>The <code data-anolis-spec=html title=attr-img-border>border</code>
+ attribute on <code data-anolis-spec=html>img</code>. It is required to have
+ the value "<code>0</code>" when present. Authors can use CSS
+ instead.</p></li>
- <li><p>The <code data-anolis-spec=html title=attr-script-language>language</code> attribute on <code data-anolis-spec=html>script</code>. It
- is required to have the value "<code>JavaScript</code>"
- (case-insensitive) when present and cannot conflict with the
- <code data-anolis-spec=html title=attr-script-type>type</code> attribute. Authors can simply omit it as it has no
- useful function.</p></li>
+ <li><p>The <code data-anolis-spec=html
+ title=attr-script-language>language</code> attribute on <code
+ data-anolis-spec=html>script</code>. It is required to have the value
+ "<code>JavaScript</code>" (case-insensitive) when present and cannot
+ conflict with the <code data-anolis-spec=html
+ title=attr-script-type>type</code> attribute. Authors can simply omit it as
+ it has no useful function.</p></li>
- <li><p>The <code data-anolis-spec=html title=attr-hyperlink-name>name</code> attribute on <code data-anolis-spec=html>a</code>. Authors can
- use the <code data-anolis-spec=html>id</code> attribute instead.</p></li>
+ <li><p>The <code data-anolis-spec=html
+ title=attr-hyperlink-name>name</code> attribute on <code
+ data-anolis-spec=html>a</code>. Authors can use the <code
+ data-anolis-spec=html>id</code> attribute instead.</p></li>
- <li><p>The <code data-anolis-spec=html title=attr-table-summary>summary</code> attribute on <code data-anolis-spec=html>table</code>. The
- HTML5 draft defines several alternative solutions.</p></li>
+ <li><p>The <code data-anolis-spec=html
+ title=attr-table-summary>summary</code> attribute on <code
+ data-anolis-spec=html>table</code>. The HTML5 draft defines several
+ alternative solutions.</p></li>
- <li><p>The <code data-anolis-spec=html title=attr-dim-width>width</code> and <code data-anolis-spec=html title=attr-dim-height>height</code> attributes on
- <code data-anolis-spec=html>img</code> and other elements are no longer allowed to contain
- percentages.</p></li>
+ <li><p>The <code data-anolis-spec=html title=attr-dim-width>width</code>
+ and <code data-anolis-spec=html title=attr-dim-height>height</code>
+ attributes on <code data-anolis-spec=html>img</code> and other elements are
+ no longer allowed to contain percentages.</p></li>
</ul>
Received on Monday, 5 March 2012 10:31:20 UTC