- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Jun 2009 00:53:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv23382/src
Modified Files:
terms.html
Log Message:
h:tml; fixed all remaining broken IDREFs in element documentation
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- terms.html 7 Jun 2009 23:07:55 -0000 1.4
+++ terms.html 8 Jun 2009 00:53:37 -0000 1.5
@@ -13,6 +13,10 @@
LETTER Z) and the corresponding characters in the range
U+0061 .. U+007A (that is, LATIN SMALL LETTER A to LATIN
SMALL LETTER Z) are considered to also match.</dd>
+ <dt><dfn id="context">browsing context</dfn></dt>
+ <dd>A <a href="#context">browsing context</a> is a collection
+ of one or more documents and one or more <a
+ href="#view">views</a>.</dd>
<dt><dfn id="case-insensitive">case-insensitive</dfn></dt>
<dd>The term <a href="#case-insensitive">case-insensitive</a>
is used throughout this specification to mean case
@@ -49,10 +53,6 @@
<li>U+000D CARRIAGE RETURN (CR)</li>
</ul>
</dd>
- <dt><dfn id="context">browsing context</dfn></dt>
- <dd>A <a href="#context">browsing context</a> is a collection
- of one or more documents and one or more <a
- href="#view">views</a>.</dd>
<dt><dfn id="view">view</dfn></dt>
<dd>A <a href="#view">view</a> is as defined in <cite>Document
Object Model (DOM) Level 2 Views</cite> <a
Received on Monday, 8 June 2009 00:53:45 UTC