- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 19:30:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: It's suggested 'left' might be confusing with 'left hand side'... (whatwg r4698) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3749&r2=1.3750&f=h http://html5.org/tools/web-apps-tracker?from=4697&to=4698 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3749 retrieving revision 1.3750 diff -u -d -r1.3749 -r1.3750 --- Overview.html 13 Feb 2010 04:07:37 -0000 1.3749 +++ Overview.html 13 Feb 2010 10:30:10 -0000 1.3750 @@ -1487,7 +1487,7 @@ nested.<p>Elements can have attributes, which control how the elements work. In the example below, there is a <a href="#hyperlink">hyperlink</a>, formed using the <code><a href="#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute:<pre><a href="demo.html">simple</a></pre><p><a href="#syntax-attributes" title="syntax-attributes">Attributes</a> are placed - inside the start tag, and consist of a <a href="#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can be left <a href="#unquoted">unquoted</a> if it doesn't contain spaces or any of + inside the start tag, and consist of a <a href="#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can remain <a href="#unquoted">unquoted</a> if it doesn't contain spaces or any of <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code> or <code title="">></code>. Otherwise, it has to be quoted using either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
Received on Saturday, 13 February 2010 10:30:57 UTC