- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Nov 2010 02:34:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv16402 Added Files: s.html Log Message: new --- NEW FILE: s.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html id="s"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="ED.css" type="text/css"> <title>HTML5: s – struck text (NEW)</title> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="prev" href="ruby.html" title="ruby"> <link rel="next" href="samp.html" title="samp"> <link rel="up" href="Overview.html"> <link rel="contents" href="Overview.html#toc"> <link rel="index" href="index-of-terms.html"> </head> <body class="chunk" onload="initDfn()"> <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div> <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2> <div class="nav"> <span class="nav-prev"><a href="ruby.html">« ruby</a></span> <span class="nav-next"><a href="samp.html">samp »</a></span> </div> <div class="no-number elementpage section"> <h2 class="element-head"> <span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <span class="element">s</span> – <span class="shortdesc">struck text</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="Overview.html#s-toc">T</a> </h2> <div id="s-longdesc" class="longdesc"> <p>The <span class="element">struck</span> element represents a span of struck text.</p> </div> <div class="no-number no-toc" id="s-content-model"> <h2 class="element-subhead">Permitted contents <a class="hash" href="#s-content-model">#</a> </h2> <div class="content-models"> <div id="s-mdls"> <p class="elem-mdl"> <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref42">phrasing content</a></span> </p> </div> </div> </div> <div class="no-number no-toc" id="s-attributes"> <h2 class="element-subhead">Permitted attributes <a class="hash" href="#s-attributes">#</a> </h2> <dl class="attr-defs"> <dt> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#global-attributes">ⓘ</a> <a class="attribute-name" title="global-attributes" href="global-attributes.html">global attributes</a> </dt> <dd>Any attributes permitted globally.</dd> </dl> </div> <div class="no-number no-toc tag-omission" id="s-tags"> <h2 class="element-subhead">Tag omission <a class="hash" href="#s-tags">#</a> </h2> <p>An <span class="element">s</span> element must have both a <span title="syntax-start-tag">start tag</span> and an <span title="syntax-end-tag">end tag</span>.</p> </div> <div class="no-number no-toc" id="s-context"> <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#s-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 interface" id="s-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#s-interface">#</a> </h2> <p class="dom-interface">Uses <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="s-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#s-display">#</a> </h2> <div class="css-props" id="s-css"> <div class="selectors"> <span class="selector">s</span> { </div> <div class="properties"><div class="css-property"> <span class="prop-name">text-decoration</span>: <span class="prop-value">line-through</span>; }</div></div> </div> </div> </div> <hr class="footerbreak"> <div class="nav"> <span class="nav-prev"><a href="ruby.html">« ruby</a></span> <span class="nav-next"><a href="samp.html">samp »</a></span> </div> <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script> </body> </html>
Received on Tuesday, 30 November 2010 02:34:25 UTC