- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Jun 2010 02:03:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv32433 Added Files: wbr.html Log Message: new file --- NEW FILE: wbr.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="W3C-ED.css" type="text/css"> <title>HTML5: wbr – line-break opportunity (NEW)</title> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="video.html">« video</a></span> <span class="nav-next"><a href="common-models.html">common models »</a></span> </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="Overview.html#wbr-toc">T</a> </h2> <div id="wbr-longdesc" class="longdesc"> <p>The <a href="wbr.html#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="syntax.html#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 class="ref" href="common-attributes.html">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.html#wbr" class="element">wbr</a> element is a <a href="syntax.html#void-element">void element</a>. A <a href="wbr.html#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-models.html#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> <hr class="footerbreak"> <div class="nav"> <span class="nav-prev"><a href="video.html">« video</a></span> <span class="nav-next"><a href="common-models.html">common models »</a></span> </div> </body> </html>
Received on Friday, 25 June 2010 02:03:03 UTC