- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 09:36:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv11025 Modified Files: Overview.html dd.html elements.html em.html embed.html spec.html textarea.html Log Message: fix some problems caught by Oli Studholme: mark embed and textarea/@wrap as new, em as changed, fixed typo Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- Overview.html 18 Feb 2010 18:41:32 -0000 1.388 +++ Overview.html 22 Feb 2010 09:36:43 -0000 1.389 @@ -340,10 +340,10 @@ <span class="toc-section-number"></span><a href="dt.html#dt"><span class="toc-section-number"></span> <span class="element">dt</span> – <span class="shortdesc">term or name</span></a> </li> <li id="em-toc"> -<span class="toc-section-number"></span><a href="em.html#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> +<span class="toc-section-number"></span><a href="em.html#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li id="embed-toc"> -<span class="toc-section-number"></span><a href="embed.html#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> +<span class="toc-section-number"></span><a href="embed.html#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="fieldset-toc"> <span class="toc-section-number"></span><a href="fieldset.html#fieldset"><span class="toc-section-number"></span> <span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span></a> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- textarea.html 16 Feb 2010 10:28:20 -0000 1.44 +++ textarea.html 22 Feb 2010 09:36:44 -0000 1.45 @@ -51,7 +51,7 @@ </span> </dt> <dd>The number of lines of text for the UA to show.</dd> - <dt><a class="attribute-name" id="textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard" href="textarea.html#textarea.attrs.wrap.hard">wrap</a> = <span class="attr-values"> "hard" </span> </dt> + <dt><a class="attribute-name" id="textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard" href="textarea.html#textarea.attrs.wrap.hard">wrap</a> = <span class="attr-values"> "hard" </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>Instructs the UA to insert line breaks into the submitted value of the <a href="textarea.html#textarea" class="element">textarea</a>, such that each line has no more characters than the value specified by the <a href="textarea.html#textarea.attrs.cols">cols</a> attribute.</dd> @@ -62,7 +62,7 @@ <dd>The expected maximum number of characters per line of text for the UA to show.</dd> - <dt><a class="attribute-name" id="textarea.attrs.wrap.soft" title="textarea.attrs.wrap.soft" href="textarea.html#textarea.attrs.wrap.soft">wrap</a> = <span class="attr-values"> "soft" </span> </dt> + <dt><a class="attribute-name" id="textarea.attrs.wrap.soft" title="textarea.attrs.wrap.soft" href="textarea.html#textarea.attrs.wrap.soft">wrap</a> = <span class="attr-values"> "soft" </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>Instructs the UA to add no line breaks to the submitted value of the <a href="textarea.html#textarea" class="element">textarea</a>.</dd> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- embed.html 16 Feb 2010 10:28:16 -0000 1.40 +++ embed.html 22 Feb 2010 09:36:44 -0000 1.41 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: embed – integration point for plugins</title> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: embed – integration point for plugins (NEW)</title> <link rel="stylesheet" href="style.css" type="text/css"></link> </head> <body> @@ -11,7 +11,7 @@ <span class="nav-next"><a href="fieldset.html">fieldset »</a></span> </div> <div id="embed" class="section"> - <h2 class="element-head"><span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="Overview.html#embed-toc">T</a></h2> + <h2 class="element-head"><span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="Overview.html#embed-toc">T</a></h2> <div id="embed-longdesc" class="longdesc"> <p>The <a href="embed.html#embed" class="element">embed</a> element represents an integration point for external content.</p> Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/dd.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- dd.html 16 Feb 2010 10:28:16 -0000 1.40 +++ dd.html 22 Feb 2010 09:36:44 -0000 1.41 @@ -46,7 +46,6 @@ <span title="syntax-end-tag">end tag</span> may be omitted if the <a href="dd.html#dd" class="element">dd</a> element is immediately followed by another - <code><a href="dd.html#dd">dd</a></code> <a href="dd.html#dd" class="element">dd</a> element or a <a href="dt.html#dt" class="element">dt</a> Index: em.html =================================================================== RCS file: /sources/public/html5/markup/em.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- em.html 16 Feb 2010 10:28:16 -0000 1.37 +++ em.html 22 Feb 2010 09:36:44 -0000 1.38 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: em – emphatic stress</title> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: em – emphatic stress (CHANGED)</title> <link rel="stylesheet" href="style.css" type="text/css"></link> </head> <body> @@ -11,7 +11,7 @@ <span class="nav-next"><a href="embed.html">embed »</a></span> </div> <div id="em" class="section"> - <h2 class="element-head"><span class="element">em</span> – <span class="shortdesc">emphatic stress</span> <a class="hash" href="#em">#</a> <a class="toc-bak" href="Overview.html#em-toc">T</a></h2> + <h2 class="element-head"><span class="element">em</span> – <span class="shortdesc">emphatic stress</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#em">#</a> <a class="toc-bak" href="Overview.html#em-toc">T</a></h2> <div id="em-longdesc" class="longdesc"> <p>The <a href="em.html#em" class="element">em</a> element represents a span of text with emphatic stress.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- spec.html 20 Feb 2010 03:36:57 -0000 1.172 +++ spec.html 22 Feb 2010 09:36:44 -0000 1.173 @@ -339,10 +339,10 @@ <span class="toc-section-number"></span><a href="#dt"><span class="toc-section-number"></span> <span class="element">dt</span> – <span class="shortdesc">term or name</span></a> </li> <li id="em-toc"> -<span class="toc-section-number"></span><a href="#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> +<span class="toc-section-number"></span><a href="#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li id="embed-toc"> -<span class="toc-section-number"></span><a href="#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> +<span class="toc-section-number"></span><a href="#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="fieldset-toc"> <span class="toc-section-number"></span><a href="#fieldset"><span class="toc-section-number"></span> <span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span></a> @@ -2218,10 +2218,10 @@ <span class="toc-section-number"></span><a href="#dt"><span class="toc-section-number"></span> <span class="element">dt</span> – <span class="shortdesc">term or name</span></a> </li> <li id="em-toc"> -<span class="toc-section-number"></span><a href="#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> +<span class="toc-section-number"></span><a href="#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li id="embed-toc"> -<span class="toc-section-number"></span><a href="#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> +<span class="toc-section-number"></span><a href="#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="fieldset-toc"> <span class="toc-section-number"></span><a href="#fieldset"><span class="toc-section-number"></span> <span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span></a> @@ -5315,7 +5315,6 @@ <span title="syntax-end-tag">end tag</span> may be omitted if the <a href="#dd" class="element">dd</a> element is immediately followed by another - <code><a href="#dd">dd</a></code> <a href="#dd" class="element">dd</a> element or a <a href="#dt" class="element">dt</a> @@ -5872,7 +5871,7 @@ </div> <div id="em" class="section"> <h2 class="element-head"> -<span class="element">em</span> – <span class="shortdesc">emphatic stress</span> <a class="hash" href="#em">#</a> <a class="toc-bak" href="#em-toc">T</a> +<span class="element">em</span> – <span class="shortdesc">emphatic stress</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#em">#</a> <a class="toc-bak" href="#em-toc">T</a> </h2> <div id="em-longdesc" class="longdesc"> <p>The <a href="#em" class="element">em</a> element represents @@ -5936,7 +5935,7 @@ </div> <div id="embed" class="section"> <h2 class="element-head"> -<span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="#embed-toc">T</a> +<span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="#embed-toc">T</a> </h2> <div id="embed-longdesc" class="longdesc"> <p>The <a href="#embed" class="element">embed</a> element @@ -16670,7 +16669,8 @@ <dd>The number of lines of text for the UA to show.</dd> <dt> -<a class="attribute-name" id="textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard" href="#textarea.attrs.wrap.hard">wrap</a> = <span class="attr-values"> "hard" </span> </dt> +<a class="attribute-name" id="textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard" href="#textarea.attrs.wrap.hard">wrap</a> = <span class="attr-values"> "hard" </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</dt> <dd>Instructs the UA to insert line breaks into the submitted value of the <a href="#textarea" class="element">textarea</a>, such that each line has no more characters than the value specified by the <a href="#textarea.attrs.cols">cols</a> attribute.</dd> @@ -16683,7 +16683,8 @@ text for the UA to show.</dd> <dt> -<a class="attribute-name" id="textarea.attrs.wrap.soft" title="textarea.attrs.wrap.soft" href="#textarea.attrs.wrap.soft">wrap</a> = <span class="attr-values"> "soft" </span> </dt> +<a class="attribute-name" id="textarea.attrs.wrap.soft" title="textarea.attrs.wrap.soft" href="#textarea.attrs.wrap.soft">wrap</a> = <span class="attr-values"> "soft" </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</dt> <dd>Instructs the UA to add no line breaks to the submitted value of the <a href="#textarea" class="element">textarea</a>.</dd> Index: elements.html =================================================================== RCS file: /sources/public/html5/markup/elements.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- elements.html 16 Feb 2010 10:28:16 -0000 1.36 +++ elements.html 22 Feb 2010 09:36:44 -0000 1.37 @@ -86,9 +86,9 @@ </li> <li id="dt-toc"><span class="toc-section-number"></span><a href="dt.html#dt"><span class="toc-section-number"></span> <span class="element">dt</span> – <span class="shortdesc">term or name</span></a> </li> -<li id="em-toc"><span class="toc-section-number"></span><a href="em.html#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> +<li id="em-toc"><span class="toc-section-number"></span><a href="em.html#em"><span class="toc-section-number"></span> <span class="element">em</span> – <span class="shortdesc">emphatic stress</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> -<li id="embed-toc"><span class="toc-section-number"></span><a href="embed.html#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> +<li id="embed-toc"><span class="toc-section-number"></span><a href="embed.html#embed"><span class="toc-section-number"></span> <span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="fieldset-toc"><span class="toc-section-number"></span><a href="fieldset.html#fieldset"><span class="toc-section-number"></span> <span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span></a> </li>
Received on Monday, 22 February 2010 09:36:49 UTC