- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2011 06:46:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21147
Modified Files:
browsers.html common-microsyntaxes.html rendering.html
spec.html the-iframe-element.html timers.html
Log Message:
<table border=0> effect on <td> and <th> (whatwg r6234)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- the-iframe-element.html 15 Jun 2011 04:47:48 -0000 1.71
+++ the-iframe-element.html 15 Jun 2011 06:46:48 -0000 1.72
@@ -674,8 +674,8 @@
<p>This flag also <a href="browsers.html#sandboxWindowOpen">prevents content
from creating new auxiliary browsing contexts</a>, e.g. using the
- <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute or the
- <code title="dom-open"><a href="browsers.html#dom-open">window.open()</a></code> method.</p>
+ <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute, the
+ <code title="dom-open"><a href="browsers.html#dom-open">window.open()</a></code> method, or the <code title="dom-showModalDialog"><a href="timers.html#dom-showmodaldialog">showModalDialog()</a></code> method.</p>
</dd>
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- rendering.html 15 Jun 2011 04:47:48 -0000 1.92
+++ rendering.html 15 Jun 2011 06:46:48 -0000 1.93
@@ -1199,6 +1199,17 @@
error, a default value of 1px is expected to be used for that
property instead.</p>
+ <p>When a <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-border"><a href="tabular-data.html#attr-table-border">border</a></code> attribute is present and,
+ when parsed using the <a href="common-microsyntaxes.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative
+ integers</a>, is found to have the value zero, the user agent is
+ expected to use the attribute as a <a href="#presentational-hints" title="presentational
+ hints">presentational hint</a> setting the 'border-top-width',
+ 'border-right-width', 'border-bottom-width', and 'border-left-width'
+ properties of any <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements that
+ are are <a href="tabular-data.html#concept-cell" title="concept-cell">cells</a> in the same
+ <a href="tabular-data.html#table-model">table model</a> as the <code><a href="tabular-data.html#the-table-element">table</a></code> element to
+ zero.</p>
+
<p>The <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code> element is expected to override the
'white-space' property and always provide a line-breaking
opportunity.</p>
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- timers.html 9 Jun 2011 07:47:02 -0000 1.44
+++ timers.html 15 Jun 2011 06:46:48 -0000 1.45
@@ -844,6 +844,15 @@
<li>
+ <p>If the current browsing context had the <a href="the-iframe-element.html#sandboxed-navigation-browsing-context-flag">sandboxed
+ navigation browsing context flag</a> set when its <a href="browsers.html#active-document">active
+ document</a> was created, then return the empty string and
+ abort these steps.</p>
+
+ </li>
+
+ <li>
+
<p>Let <var title="">the list of background browsing
contexts</var> be a list of all the browsing contexts that:</p>
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -d -r1.1052 -r1.1053
--- browsers.html 13 Jun 2011 23:46:51 -0000 1.1052
+++ browsers.html 15 Jun 2011 06:46:47 -0000 1.1053
@@ -861,10 +861,11 @@
<li>
<p>Otherwise, a new browsing context is being requested, and what
- happens depends on the user agent's configuration and/or
- abilities:</p>
+ happens depends on the user agent's configuration and/or abilities
+ — it is determined by the rules given for the first
+ applicable option from the following list:</p>
- <dl><dt id="sandboxWindowOpen">If the current browsing context had
+ <dl class="switch"><dt id="sandboxWindowOpen">If the current browsing context had
the <a href="the-iframe-element.html#sandboxed-navigation-browsing-context-flag">sandboxed navigation browsing context flag</a> set
when its <a href="#active-document">active document</a> was created.</dt>
@@ -873,9 +874,10 @@
browsing context</a>. If the user picks one of those options,
then the designated browsing context must be the chosen one (the
browsing context's name isn't set to the given browsing context
- name). Otherwise (if the user agent doesn't offer the option to
- the user, or if the user declines to allow a browsing context to
- be used) there must not be a chosen browsing context.</p></dd>
+ name). The default behaviour (if the user agent doesn't offer the
+ option to the user, or if the user declines to allow a browsing
+ context to be used) there must not be a chosen browsing
+ context.</p></dd>
<dt id="noopener">If the user agent has been configured such that
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1537
retrieving revision 1.1538
diff -u -d -r1.1537 -r1.1538
--- spec.html 15 Jun 2011 04:47:48 -0000 1.1537
+++ spec.html 15 Jun 2011 06:46:48 -0000 1.1538
@@ -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.4995.
+This is revision 1.4998.
</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
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- common-microsyntaxes.html 3 Jun 2011 00:48:17 -0000 1.49
+++ common-microsyntaxes.html 15 Jun 2011 06:46:48 -0000 1.50
@@ -1365,8 +1365,9 @@
<li><p><a href="#collect-a-sequence-of-characters">Collect a sequence of characters</a> that are
either characters in the range U+0030 DIGIT ZERO (0) to U+0039
DIGIT NINE (9) or U+002E FULL STOP characters. If the collected
- sequence has more than one U+002E FULL STOP characters, or if the
- last character in the sequence is a U+002E FULL STOP character,
+ sequence is three characters long, or if it is longer than three
+ characters long and the third character is not a U+002E FULL STOP
+ character, or if it has more than one U+002E FULL STOP character,
then fail. Otherwise, let the collected string be <var title="">second</var> instead of its previous value.</p></li>
</ol></li>
Received on Wednesday, 15 June 2011 06:46:52 UTC