- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Jul 2011 00:46:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28802 Modified Files: index.html spec.html tabular-data.html the-iframe-element.html Log Message: typo (whatwg r6306) [updated by splitter] Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1034 retrieving revision 1.1035 diff -u -d -r1.1034 -r1.1035 --- tabular-data.html 14 Jul 2011 23:46:29 -0000 1.1034 +++ tabular-data.html 15 Jul 2011 00:46:34 -0000 1.1035 @@ -370,22 +370,20 @@ };</pre> </dd> </dl><p>The <code><a href="#the-table-element">table</a></code> element <a href="rendering.html#represents">represents</a> data with - more than one dimension, in the form of a <a href="#concept-table" title="concept-table">table</a>.</p><div class="impl"> - <p>The <code><a href="#the-table-element">table</a></code> element takes part in the <a href="#table-model">table - model</a>.</p> - </div><p>Tables have rows, columns, and cells given by their descendants. - The rows and columns form a grid; a table's cells must completely - cover that grid without overlap.</p><div class="impl"> + more than one dimension, in the form of a <a href="#concept-table" title="concept-table">table</a>.</p><p><span class="impl">The <code><a href="#the-table-element">table</a></code> element takes part in + the <a href="#table-model">table model</a>.</span> Tables have rows, columns, and + cells given by their descendants. The rows and columns form a grid; + a table's cells must completely cover that grid without overlap.</p><div class="impl"> <p class="note">Precise rules for determining whether this conformance requirement is met are described in the description of the <a href="#table-model">table model</a>.</p> - </div><hr><p>Authors are encouraged to provide information describing how to + </div><p>Authors are encouraged to provide information describing how to interpret complex tables. Guidance on how <a href="#table-descriptions-techniques">provide such information</a> is given below.</p><div class="impl"> - <p>If a <code><a href="#the-table-element">table</a></code> element has a <code title="attr-table-summary"><a href="obsolete.html#attr-table-summary">summary</a></code> attribute, and the user + <p>If a <code><a href="#the-table-element">table</a></code> element has a (non-conforming) <code title="attr-table-summary"><a href="obsolete.html#attr-table-summary">summary</a></code> attribute, and the user agent has not classified the table as a layout table, the user agent may report the contents of that attribute to the user.</p> - </div><hr><p>Tables should not be used as layout aids. + </div><p>Tables should not be used as layout aids. Historically, many Web authors have tables in HTML as a way to control their page layout making it difficult to extract tabular @@ -408,8 +406,8 @@ either be the empty string or the value "<code title="">1</code>". The attribute is used by certain user agents as an indication that borders should be drawn around cells of the table.</p><div class="impl"> - <p>Tables can be complicated to understand and navigate. To help - users with this, user agents should clearly dilineate cells in a + <hr><p>Tables can be complicated to understand and navigate. To help + users with this, user agents should clearly delineate cells in a table from each other, unless the user agent has classified the table as a layout table.</p> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- the-iframe-element.html 1 Jul 2011 00:48:01 -0000 1.76 +++ the-iframe-element.html 15 Jul 2011 00:46:34 -0000 1.77 @@ -627,13 +627,15 @@ attribute, when specified, enables a set of extra restrictions on any content hosted by the <code><a href="#the-iframe-element">iframe</a></code>. Its value must be an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a> that are - <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>, - <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>, + <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code>, - and <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>. When - the attribute is set, the content is treated as being from a unique - <a href="origin-0.html#origin">origin</a>, forms and scripts are disabled, links are - prevented from targeting other <a href="browsers.html#browsing-context" title="browsing + <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>, + <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>, and + <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>. + + When the attribute is set, the content is treated as being from a + unique <a href="origin-0.html#origin">origin</a>, forms and scripts are disabled, links + are prevented from targeting other <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>, and plugins are disabled. The <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code> keyword allows the content to be treated as being from the same @@ -641,7 +643,8 @@ keyword allows the content to <a href="history.html#navigate">navigate</a> its <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> keywords re-enable forms and scripts respectively (though scripts - are still prevented from creating popups).</p><p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and + are still prevented from creating popups).</p><p class="warning">Setting both the + <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code> keywords together when the embedded page has the <a href="origin-0.html#same-origin">same origin</a> as the page containing the <code><a href="#the-iframe-element">iframe</a></code> allows Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1059 retrieving revision 1.1060 diff -u -d -r1.1059 -r1.1060 --- index.html 16 Jun 2011 21:46:52 -0000 1.1059 +++ index.html 15 Jul 2011 00:46:34 -0000 1.1060 @@ -1847,7 +1847,7 @@ </td><td> Hint that the <a href="the-iframe-element.html#media-resource">media resource</a> can be started automatically when the page is loaded </td><td> <a href="common-microsyntaxes.html#boolean-attribute">Boolean attribute</a> </td></tr><tr><th> <code title="">border</code> - </th><td> <code title="attr-table-border"><a href="tabular-data.html#attr-table-border">border</a></code> + </th><td> <code title="attr-table-border"><a href="tabular-data.html#attr-table-border">table</a></code> </td><td> Explicit indication that the <code><a href="tabular-data.html#the-table-element">table</a></code> element is not being used for layout purposes </td><td> The empty string, or "<code title="">1</code>" </td></tr><tr><th> <code title="">challenge</code> @@ -2266,9 +2266,10 @@ </th><td> <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">iframe</a></code> </td><td> Security rules for nested content </td><td> <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of + "<code title="attr-iframe-sandbox-allow-forms"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-forms">allow-forms</a></code>", "<code title="attr-iframe-sandbox-allow-same-origin"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>", - "<code title="attr-iframe-sandbox-allow-forms"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-forms">allow-forms</a></code>", and - "<code title="attr-iframe-sandbox-allow-scripts"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>" + "<code title="attr-iframe-sandbox-allow-scripts"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and + "<code title="attr-iframe-sandbox-allow-top-navigation"><a href="the-iframe-element.html#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>" </td></tr><tr><th> <code title="">spellcheck</code> </th><td> <a href="editing.html#attr-spellcheck" title="attr-spellcheck">HTML elements</a> </td><td> Whether the element is to have its spelling and grammar checked Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1559 retrieving revision 1.1560 diff -u -d -r1.1559 -r1.1560 --- spec.html 14 Jul 2011 23:46:29 -0000 1.1559 +++ spec.html 15 Jul 2011 00:46:34 -0000 1.1560 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5033. +This is revision 1.5038. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 15 July 2011 00:46:38 UTC