- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 04:57:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv5651
Modified Files:
Overview.html browsers.html spec.html
Log Message:
consistency (whatwg r4715)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.674
retrieving revision 1.675
diff -u -d -r1.674 -r1.675
--- Overview.html 14 Feb 2010 04:47:51 -0000 1.674
+++ Overview.html 14 Feb 2010 04:57:24 -0000 1.675
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3764.
+This is revision 1.3765.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- browsers.html 13 Feb 2010 02:37:29 -0000 1.574
+++ browsers.html 14 Feb 2010 04:57:24 -0000 1.575
@@ -320,7 +320,7 @@
one particular case, a set of <a href="#view" title="view">views</a> can be
reused for the presentation of a second <code>Document</code> in the
same <a href="#browsing-context">browsing context</a>, such that the mapping is then
- 2:1. This occurs when a <a href="#browsing-context">browsing context</a> is <a href="#navigate" title="navigate">navigated</a> from the initial
+ 2-to-1. This occurs when a <a href="#browsing-context">browsing context</a> is <a href="#navigate" title="navigate">navigated</a> from the initial
<code><a href="#about:blank">about:blank</a></code> <code>Document</code> to another, with
<a href="#replacement-enabled">replacement enabled</a>.</p><p class="note">A typical Web browser has one obvious
<a href="#view">view</a> per <code>Document</code>: the browser's window
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.679
retrieving revision 1.680
diff -u -d -r1.679 -r1.680
--- spec.html 14 Feb 2010 04:47:52 -0000 1.679
+++ spec.html 14 Feb 2010 04:57:24 -0000 1.680
@@ -300,7 +300,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3764.
+This is revision 1.3765.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -21387,7 +21387,7 @@
one particular case, a set of <a href=#view title=view>views</a> can be
reused for the presentation of a second <code>Document</code> in the
same <a href=#browsing-context>browsing context</a>, such that the mapping is then
- 2:1. This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
+ 2-to-1. This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
<code><a href=#about:blank>about:blank</a></code> <code>Document</code> to another, with
<a href=#replacement-enabled>replacement enabled</a>.</p><p class=note>A typical Web browser has one obvious
<a href=#view>view</a> per <code>Document</code>: the browser's window
Received on Sunday, 14 February 2010 04:57:29 UTC