- From: poot <cvsmail@w3.org>
- Date: Sat, 3 Apr 2010 04:42:47 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added the wbr element http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.210&r2=1.211&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.411 retrieving revision 1.412 diff -u -d -r1.411 -r1.412 --- Overview.html 2 Apr 2010 08:21:44 -0000 1.411 +++ Overview.html 2 Apr 2010 19:42:21 -0000 1.412 @@ -633,6 +633,9 @@ <li id="video-toc"> <span class="toc-section-number"></span><a href="video.html#video"><span class="toc-section-number"></span><span class="element">video</span> – <span class="shortdesc">video</span></a> <span class="spec-link"> <a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#video">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> +<li id="wbr-toc"> +<span class="toc-section-number"></span><a href="wbr.html#wbr"><span class="toc-section-number"></span><span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span></a> <span class="spec-link"> <a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#the-wbr-element">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</li> </ul> </li> <li id="common-models-toc"> Index: schema.html =================================================================== RCS file: /sources/public/html5/markup/schema.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- schema.html 30 Mar 2010 09:45:20 -0000 1.18 +++ schema.html 2 Apr 2010 19:42:21 -0000 1.19 @@ -137,6 +137,7 @@ <span class='postfix or'>or</span> <a class='ref' href='#span'>span</a> <span class='postfix or'>or</span> <a class='ref' href='#bdo'>bdo</a> <span class='postfix or'>or</span> <a class='ref' href='#br'>br</a> + <span class='postfix or'>or</span> <a class='ref' href='#wbr'>wbr</a> <span class='postfix or'>or</span> <a class='ref' href='#ins.elem.phrasing'>ins.elem.phrasing</a> <span class='postfix or'>or</span> <a class='ref' href='#del.elem.phrasing'>del.elem.phrasing</a> <span class='postfix or'>or</span> <a class='ref' href='#img'>img</a> @@ -1498,6 +1499,20 @@ <div class='patternname' id='the-br.attrs'><a href='#the-br.attrs'>br.attrs</a> =</div> <span class='pattern' id='br.attrs'><a class='ref' href='#common.attrs'>common.attrs</a></span> </div> +<div class='define' id='wbr-define'> + <div class='patternname' id='the-wbr'><a href='#the-wbr'>wbr</a> =</div> + <span class='pattern' id='wbr'><span class='type'>element </span> + <span class='name'>wbr</span> + {<span class='model'> + empty + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#wbr.attrs'>wbr.attrs</a> + </span>} + </span> +</div> +<div class='define' id='wbr.attrs-define'> + <div class='patternname' id='the-wbr.attrs'><a href='#the-wbr.attrs'>wbr.attrs</a> =</div> + <span class='pattern' id='wbr.attrs'><a class='ref' href='#common.attrs'>common.attrs</a></span> +</div> </div> </div> <div class='chunk'> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/syntax.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- syntax.html 29 Mar 2010 15:08:00 -0000 1.46 +++ syntax.html 2 Apr 2010 19:42:21 -0000 1.47 @@ -358,7 +358,8 @@ <code><a href="link.html#link">link</a></code>, <code><a href="meta.html#meta">meta</a></code>, <code><a href="param.html#param">param</a></code>, - <code><a href="source.html#source">source</a></code> + <code><a href="source.html#source">source</a></code>, + <code><a href="wbr.html#wbr">wbr</a></code> </li> </ul> <p id="elements-html-syntax">The following list describes syntax Index: common-models.html =================================================================== RCS file: /sources/public/html5/markup/common-models.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- common-models.html 7 Mar 2010 11:29:03 -0000 1.30 +++ common-models.html 2 Apr 2010 19:42:21 -0000 1.31 @@ -109,6 +109,7 @@ <span class="postfix or">or</span> <a class="ref" href="span.html#span">span</a> <span class="postfix or">or</span> <a class="ref" href="bdo.html#bdo">bdo</a> <span class="postfix or">or</span> <a class="ref" href="br.html#br">br</a> + <span class="postfix or">or</span> <a class="ref" href="wbr.html#wbr">wbr</a> <span class="postfix or">or</span> <a class="ref" href="ins.html#ins">ins</a> <span class="postfix or">or</span> <a class="ref" href="del.html#del">del</a> <span class="postfix or">or</span> <a class="ref" href="img.html#img">img</a> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- spec.html 2 Apr 2010 08:21:45 -0000 1.210 +++ spec.html 2 Apr 2010 19:42:21 -0000 1.211 @@ -632,6 +632,9 @@ <li id="video-toc"> <span class="toc-section-number"></span><a href="#video"><span class="toc-section-number"></span><span class="element">video</span> – <span class="shortdesc">video</span></a> <span class="spec-link"> <a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#video">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> +<li id="wbr-toc"> +<span class="toc-section-number"></span><a href="#wbr"><span class="toc-section-number"></span><span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span></a> <span class="spec-link"> <a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#the-wbr-element">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</li> </ul> </li> <li id="common-models-toc"> @@ -1349,7 +1352,8 @@ <code><a href="#link">link</a></code>, <code><a href="#meta">meta</a></code>, <code><a href="#param">param</a></code>, - <code><a href="#source">source</a></code> + <code><a href="#source">source</a></code>, + <code><a href="#wbr">wbr</a></code> </li> </ul> <p id="elements-html-syntax">The following list describes syntax @@ -2535,6 +2539,9 @@ <li> <span class="toc-section-number"></span><a href="#video"><span class="toc-section-number"></span><span class="element">video</span> – <span class="shortdesc">video</span></a> <span class="spec-link"> <a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#video">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> +<li> +<span class="toc-section-number"></span><a href="#wbr"><span class="toc-section-number"></span><span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span></a> <span class="spec-link"> <a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#the-wbr-element">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</li> </ul> </div> <div id="a" class="section"> @@ -17877,6 +17884,60 @@ };</pre> </div> </div> +<div id="wbr" class="section"> + <h2 class="element-head"> +<span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span> <span class="spec-link"> <a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#the-wbr-element">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#wbr">#</a> <a class="toc-bak" href="#wbr-toc">T</a> +</h2> + <div id="wbr-longdesc" class="longdesc"> + <p>The <a href="#wbr" class="element">wbr</a> element represents + a line-break opportunity.</p> + </div> + <div class="no-number no-toc" id="wbr-content-model"> + <h2 class="element-subhead">Permitted content <a class="hash" href="#wbr-content-model">#</a> +</h2> +<div class="content-models"> + + <div id="wbr-mdls"> + <p class="elem-mdl"><span>empty (<span><a href="#void-element">void element</a></span>)</span> + </p> + </div> + </div> +</div> +<div class="no-number no-toc" id="wbr-attr-mdl"> + <h2 class="element-subhead">Permitted attributes <a class="hash" href="#wbr-attr-mdl">#</a> +</h2> + <div class="attr-content-models"> + <p><span class="pattern" id="wbr.attrs"><a href="#common-attributes">common attributes</a></span></p> +</div> +</div> + + + <div class="no-number no-toc tag-omission" id="wbr-tags"> + <h2 class="element-subhead">Tag omission <a class="hash" href="#wbr-tags">#</a> +</h2> + <p>The + <a href="#wbr" class="element">wbr</a> + element is a <a href="#void-element">void element</a>. + A <a href="#wbr" class="element">wbr</a> + element must have a + <span title="syntax-start-tag">start tag</span> + but must not have an + <span title="syntax-end-tag">end tag</span>.</p> + </div> + <div class="no-number no-toc" id="wbr-context"> + <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#wbr-context">#</a> +</h2> + <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain + <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> + </div> + <div class="no-number no-toc" id="wbr-interface"> + <h2 class="element-subhead">DOM interface <a class="hash" href="#wbr-interface">#</a> +</h2> +<p class="dom-interface">Uses + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + </p> +</div> +</div> </div> <div id="common-models" class="section"> <h2>6. Common content models <a class="hash" href="#common-models">#</a> <a class="toc-bak" href="#common-models-toc">T</a> @@ -17975,6 +18036,7 @@ <span class="postfix or">or</span> <a class="ref" href="#span">span</a> <span class="postfix or">or</span> <a class="ref" href="#bdo">bdo</a> <span class="postfix or">or</span> <a class="ref" href="#br">br</a> + <span class="postfix or">or</span> <a class="ref" href="#wbr">wbr</a> <span class="postfix or">or</span> <a class="ref" href="#ins">ins</a> <span class="postfix or">or</span> <a class="ref" href="#del">del</a> <span class="postfix or">or</span> <a class="ref" href="#img">img</a> Index: elements.html =================================================================== RCS file: /sources/public/html5/markup/elements.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- elements.html 29 Mar 2010 15:07:57 -0000 1.46 +++ elements.html 2 Apr 2010 19:42:21 -0000 1.47 @@ -435,6 +435,9 @@ <li> <span class="toc-section-number"></span><a href="video.html#video"><span class="toc-section-number"></span><span class="element">video</span> – <span class="shortdesc">video</span></a> <span class="spec-link"> <a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#video">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> +<li> +<span class="toc-section-number"></span><a href="wbr.html#wbr"><span class="toc-section-number"></span><span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span></a> <span class="spec-link"> <a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#the-wbr-element">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +</li> </ul> </div> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- video.html 30 Mar 2010 09:45:20 -0000 1.58 +++ video.html 2 Apr 2010 19:42:21 -0000 1.59 @@ -10,7 +10,7 @@ <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="var.html">« var</a></span> -<span class="nav-next"><a href="common-models.html">common models »</a></span> +<span class="nav-next"><a href="wbr.html">wbr »</a></span> </div> <div id="video" class="section"> <h2 class="element-head"> @@ -188,7 +188,7 @@ <hr class="footerbreak"> <div class="nav"> <span class="nav-prev"><a href="var.html">« var</a></span> -<span class="nav-next"><a href="common-models.html">common models »</a></span> +<span class="nav-next"><a href="wbr.html">wbr »</a></span> </div> </body> </html>
Received on Friday, 2 April 2010 19:43:17 UTC