- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Jun 2011 15:55:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom-view
In directory hutz:/tmp/cvs-serv17033
Modified Files:
Overview.html Overview.src.html
Log Message:
modernize references
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.html 23 Jun 2011 15:36:46 -0000 1.98
+++ Overview.html 23 Jun 2011 15:55:19 -0000 1.99
@@ -221,8 +221,7 @@
are to be interpreted as described in RFC 2119.-->
<p>The key word <em class=ct>must</em> in this document is to be
- interpreted as described in RFC 2119. [<cite><a
- href="#ref-rfc2119">RFC2119</a></cite>]
+ interpreted as described in RFC 2119. <a href="#ref-rfc2119">[RFC2119]</a>
<p>A conforming user agent implements all the requirements made by this
specification.
@@ -231,31 +230,31 @@
<p>The IDL fragments in this specification <em class=ct>must</em> be
interpreted as required for conforming IDL fragments, as described in the
- Web IDL specification. [<cite><a href="#ref-webidl">WebIDL</a></cite>]
+ Web IDL specification. <a href="#ref-webidl">[WebIDL]</a>
<h3 id=terminology><span class=secno>2.2. </span>Terminology</h3>
<p><dfn id=document><code>Document</code></dfn> and <dfn
- id=element><code>Element</code></dfn> are defined by DOM Level 3 Core.
- [<cite><a href="#ref-dom3core">DOM3Core</a></cite>]
+ id=element><code>Element</code></dfn> are defined by DOM Core. <a
+ href="#ref-domcore">[DOMCore]</a>]
- <p><dfn id=range><code>Range</code></dfn> is defined in DOM Level 2
- Traversal and Range. [<cite><a href="#ref-dom2tr">DOM2TR</a></cite>]
+ <p><dfn id=range><code>Range</code></dfn> is defined in DOM Range. <a
+ href="#ref-domrange">[DOMRange]</a>
<p><dfn id=mouseevent><code>MouseEvent</code></dfn> is defined in DOM Level
- 2 Events. [<cite><a href="#ref-dom2events">DOM2Events</a></cite>]
+ 2 Events. <a href="#ref-dom2events">[DOM2Events]</a>
<p> <dfn id=serialize-a-media-query-list>Serialize a media query list</dfn>
and <dfn id=parse-a-media-query-list>parse a media query list</dfn> are
- defined by the CSSOM. [<cite><a href="#ref-cssom">CSSOM</a></cite>]
+ defined by the CSSOM. <a href="#ref-cssom">[CSSOM]</a>
<p> <dfn id=fire-a-simple-event title="Fire a simple event">Firing a simple
event named <var title="">e</var></dfn>, <dfn id=html-element>HTML
element</dfn>, <dfn id=htmlelement><code>HTMLElement</code></dfn>, <dfn
id=queue-a-task>queue a task</dfn>, <dfn id=quirks-mode>quirks mode</dfn>,
<dfn id=same-origin>same origin</dfn>, <dfn id=task>task</dfn>, and <dfn
- id=window><code>Window</code></dfn> are defined by HTML5. [<cite><a
- href="#ref-html5">HTML5</a></cite>]
+ id=window><code>Window</code></dfn> are defined by HTML. <a
+ href="#ref-html">[HTML]</a>
<p><dfn id=the-html-body-element>The HTML <code>body</code> element</dfn>
is the first <code>body</code> <a href="#html-element">HTML element</a>
@@ -264,20 +263,19 @@
<p><dfn id=content-edge>Content edge</dfn>, <dfn id=padding-edge>padding
edge</dfn>, <dfn id=border-edge>border edge</dfn>, and <dfn
- id=canvas>canvas</dfn> are defined by CSS 2.1. [<cite><a
- href="#ref-css21">CSS21</a></cite>]
+ id=canvas>canvas</dfn> are defined by CSS 2.1. <a
+ href="#ref-css">[CSS21]</a>
<p><dfn id=viewport>Viewport</dfn> and <dfn
id=initial-containing-block>initial containing block</dfn> are defined by
CSS 2.1 unless there is an ancestor <code>foreignObject</code> element in
the <code>http://www.w3.org/2000/svg</code> namespace in which case that
- element acts as viewport and initial containing block. [<cite><a
- href="#ref-css21">CSS21</a></cite>] [<cite><a
- href="#ref-svg">SVG</a></cite>]
+ element acts as viewport and initial containing block. <a
+ href="#ref-css">[CSS21]</a> <a href="#ref-svg">[SVG]</a>
<p>The term <dfn id=content>content</dfn> refers to the dimensions of the
- element's content area, including overflown content. [<cite><a
- href="#ref-css21">CSS21</a></cite>]
+ element's content area, including overflown content. <a
+ href="#ref-css">[CSS21]</a>
<p>The term <dfn id=document-content>document content</dfn> refers to the
area on the <a href="#canvas">canvas</a> that is rendered upon, excluding
@@ -286,8 +284,7 @@
<h3 id=css-pixels><span class=secno>2.3. </span>CSS pixels</h3>
<p>All coordinates and dimensions for the APIs defined in this
- specification are in CSS pixels. [<cite><a
- href="#ref-css21">CSS21</a></cite>]
+ specification are in CSS pixels. <a href="#ref-css">[CSS21]</a>
<p class=note>This does not apply to e.g. <a
href="#dom-window-matchmedia"><code
@@ -754,7 +751,7 @@
href="#clientrectlist"><code>ClientRectList</code></a> object containing
a single <a href="#clientrect"><code>ClientRect</code></a> object that
describes the bounding box of the element as defined by the SVG
- specification. [<cite><a href="#ref-svg">SVG</a></cite>]
+ specification. <a href="#ref-svg">[SVG]</a>
<li>
<p>Return a <a href="#clientrectlist"><code>ClientRectList</code></a>
@@ -768,15 +765,15 @@
<p>If the element on which the method was invoked has a computed value
for <code>display</code> property of <code>table</code> or
<code>inline-table</code> include both the table box and the caption
- box, if any, but not the anonymous container box. [<cite><a
- href="#ref-css21">CSS21</a></cite>]
+ box, if any, but not the anonymous container box. <a
+ href="#ref-css">[CSS21]</a>
<li>
<p>Replace each <a
href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">anonymous
block box</a> with its child box(es) and repeat this until no
- anonymous block boxes are left in the final list. [<cite><a
- href="#ref-css21">CSS21</a></cite>]
+ anonymous block boxes are left in the final list. <a
+ href="#ref-css">[CSS21]</a>
</ul>
</ol>
@@ -1559,43 +1556,41 @@
<p>All references are normative<!--, unless stated otherwise-->.
<dl>
- <dt>[<dfn id=ref-css21>CSS21</dfn>]
+ <dt id=ref-css>[CSS21]
<dd><cite><a href="http://www.w3.org/TR/CSS2/">Cascading Style Sheets
Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H.
Wium Lie. W3C.
- <dt>[<dfn id=ref-cssom>CSSOM</dfn>]
+ <dt id=ref-cssom>[CSSOM]
<dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSSOM</a></cite> (work
in progress), A. van Kesteren. W3C.
- <dt>[<dfn id=ref-dom2events>DOM2Events</dfn>]
+ <dt id=ref-dom2events>[DOM2Events]
<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Events/">Document
Object Model (DOM) Level 2 Events Specification</a></cite>, T. Pixley.
W3C.
- <dt>[<dfn id=ref-dom2tr>DOM2TR</dfn>]
+ <dt id=ref-domcore>[DOMCore]
<dd><cite><a
- href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document Object
- Model (DOM) Level 2 Traversal and Range Specification</a></cite>, J.
- Kesselman, J. Robie, M. Champion, P. Sharpe, V. Apparao, L. Wood. W3C.
+ href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM
+ Core</a></cite>, A. van Kesteren, Ms2ger. W3C.
- <dt>[<dfn id=ref-dom3core>DOM3Core</dfn>]
+ <dt id=ref-domrange>[DOMRange]
- <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object
- Model (DOM) Level 3 Core Specification</a></cite>, A. Le Hors, P. Le
- Hégaret, L. Wood, G. Nicol, J. Robie, M. Champion, S. Byrne. W3C.
+ <dd><cite><a href="http://html5.org/specs/dom-range.html">DOM
+ Range</a></cite>, Ms2ger. html5.org.
- <dt>[<dfn id=ref-html5>HTML5</dfn>]
+ <dt id=ref-html>[HTML]
<dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite> (work
in progress), I. Hickson. W3C.
<dd><cite><a
- href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>
+ href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>
(work in progress), I. Hickson. WHATWG.
<dt>[<dfn id=ref-rfc2119>RFC2119</dfn>]
@@ -1603,13 +1598,13 @@
<dd><cite><a href="http://ietf.org/rfc/rfc2119">Key words for use in RFCs
to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.
- <dt>[<dfn id=ref-svg>SVG</dfn>]
+ <dt id=ref-svg>[SVG]
<dd><cite><a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics
(SVG) 1.1 Specification</a></cite>, J. Ferraiolo, 藤沢
淳, D. Jackson. W3C.
- <dt>[<dfn id=ref-webidl>WebIDL</dfn>]
+ <dt id=ref-webidl>[WebIDL]
<dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
IDL</a></cite> (work in progress), C. McCormack. W3C.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.src.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.src.html 23 Jun 2011 15:36:46 -0000 1.99
+++ Overview.src.html 23 Jun 2011 15:55:19 -0000 1.100
@@ -95,7 +95,7 @@
are to be interpreted as described in RFC 2119.-->
<p>The key word <em class="ct">must</em> in this document is to be
interpreted as described in RFC 2119.
- [<cite><span>RFC2119</span></cite>]</p>
+ <a href="#ref-rfc2119">[RFC2119]</a></p>
<p>A conforming user agent implements all the requirements made by this
specification.</p>
@@ -105,24 +105,24 @@
<p>The IDL fragments in this specification <em class="ct">must</em> be
interpreted as required for conforming IDL fragments, as described in the
- Web IDL specification. [<cite><span>WebIDL</span></cite>]</p>
+ Web IDL specification. <a href="#ref-webidl">[WebIDL]</a></p>
<h3 id="terminology">Terminology</h3>
<p><dfn><code>Document</code></dfn> and <dfn><code>Element</code></dfn>
- are defined by DOM Level 3 Core. [<cite><span>DOM3Core</span></cite>]</p>
+ are defined by DOM Core. <a href="#ref-domcore">[DOMCore]</a>]</p>
<p><dfn><code>Range</code></dfn> is defined in
- DOM Level 2 Traversal and Range. [<cite><span>DOM2TR</span></cite>]</p>
+ DOM Range. <a href="#ref-domrange">[DOMRange]</a></p>
<p><dfn><code>MouseEvent</code></dfn> is defined in DOM Level 2 Events.
- [<cite><span>DOM2Events</span></cite>]</p>
+ <a href="#ref-dom2events">[DOM2Events]</a></p>
<p>
<dfn>Serialize a media query list</dfn> and
<dfn>parse a media query list</dfn>
- are defined by the CSSOM. [<cite><span>CSSOM</span></cite>]</p>
+ are defined by the CSSOM. <a href="#ref-cssom">[CSSOM]</a></p>
<p>
<dfn id="fire-a-simple-event" title="Fire a simple event">Firing a simple event named <var title="">e</var></dfn>,
@@ -133,7 +133,7 @@
<dfn>same origin</dfn>,
<dfn>task</dfn>, and
<dfn><code>Window</code></dfn>
- are defined by HTML5. [<cite><span>HTML5</span></cite>]</p>
+ are defined by HTML. <a href="#ref-html">[HTML]</a></p>
<p><dfn>The HTML <code>body</code> element</dfn> is the first
<code>body</code> <span>HTML element</span> child of the root
@@ -143,19 +143,18 @@
<dfn id="padding-edge">padding edge</dfn>,
<dfn id="border-edge">border edge</dfn>, and
<dfn id="canvas">canvas</dfn> are defined by CSS 2.1.
- [<cite><span>CSS21</span></cite>]</p>
+ <a href="#ref-css">[CSS21]</a></p>
<p><dfn id="viewport">Viewport</dfn> and
<dfn id="initial-containing-block">initial containing block</dfn> are
defined by CSS 2.1 unless there is an ancestor <code>foreignObject</code>
element in the <code>http://www.w3.org/2000/svg</code> namespace in which
case that element acts as viewport and initial containing block.
- [<cite><span>CSS21</span></cite>]
- [<cite><span>SVG</span></cite>]</p>
+ <a href="#ref-css">[CSS21]</a> <a href="#ref-svg">[SVG]</a></p>
<p>The term <dfn>content</dfn> refers to the dimensions of the element's
content area, including overflown content.
- [<cite><span>CSS21</span></cite>]</p>
+ <a href="#ref-css">[CSS21]</a></p>
<p>The term <dfn>document content</dfn> refers to the area on the
<span>canvas</span> that is rendered upon, excluding content on negative
@@ -165,7 +164,7 @@
<h3>CSS pixels</h3>
<p>All coordinates and dimensions for the APIs defined in this
- specification are in CSS pixels. [<cite><span>CSS21</span></cite>]</p>
+ specification are in CSS pixels. <a href="#ref-css">[CSS21]</a></p>
<p class="note">This does not apply to e.g.
<code title="dom-Window-matchMedia">matchMedia()</code> as the units
@@ -588,7 +587,7 @@
<code>ClientRectList</code> object containing a single
<code>ClientRect</code> object that describes the bounding box of the
element as defined by the SVG specification.
- [<cite><span>SVG</span></cite>]</p></li>
+ <a href="#ref-svg">[SVG]</a></p></li>
<li>
<p>Return a <code>ClientRectList</code> object containing a list of
@@ -601,13 +600,13 @@
value for <code>display</code> property of <code>table</code> or
<code>inline-table</code> include both the table box and the caption
box, if any, but not the anonymous container box.
- [<cite><span>CSS21</span></cite>]</p></li>
+ <a href="#ref-css">[CSS21]</a></p></li>
<li><p>Replace each
<a href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">anonymous
block box</a> with its child box(es) and repeat this until no anonymous
block boxes are left in the final list.
- [<cite><span>CSS21</span></cite>]</p></li>
+ <a href="#ref-css">[CSS21]</a></p></li>
</ul>
</li>
</ol>
@@ -1297,50 +1296,43 @@
<p>All references are normative<!--, unless stated otherwise-->.</p>
<dl>
- <dt>[<dfn id="ref-css21">CSS21</dfn>]</dt>
+ <dt id="ref-css">[CSS21]</dt>
<dd><cite><a href="http://www.w3.org/TR/CSS2/">Cascading Style Sheets
Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H.
Wium Lie. W3C.</dd>
- <dt>[<dfn id="ref-cssom">CSSOM</dfn>]</dt>
+ <dt id="ref-cssom">[CSSOM]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSSOM</a></cite>
(work in progress), A. van Kesteren. W3C.</dd>
- <dt>[<dfn id="ref-dom2events">DOM2Events</dfn>]</dt>
+ <dt id="ref-dom2events">[DOM2Events]</dt>
<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Events/">Document
Object Model (DOM) Level 2 Events Specification</a></cite>, T. Pixley.
W3C.</dd>
- <dt>[<dfn id="ref-dom2tr">DOM2TR</dfn>]</dt>
- <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
- Object Model (DOM) Level 2 Traversal and Range Specification</a></cite>,
- J. Kesselman, J. Robie, M. Champion, P. Sharpe, V. Apparao, L. Wood.
- W3C.</dd>
+ <dt id="ref-domcore">[DOMCore]</dt>
+ <dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM Core</a></cite>, A. van Kesteren, Ms2ger. W3C.</dd>
- <dt>[<dfn id="ref-dom3core">DOM3Core</dfn>]</dt>
- <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object
- Model (DOM) Level 3 Core Specification</a></cite>, A. Le Hors, P. Le
- Hégaret, L. Wood, G. Nicol, J. Robie, M. Champion, S. Byrne.
- W3C.</dd>
+ <dt id="ref-domrange">[DOMRange]</dt>
+ <dd><cite><a href="http://html5.org/specs/dom-range.html">DOM Range</a></cite>, Ms2ger. html5.org.</dd>
- <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt>
+ <dt id="ref-html">[HTML]</dt>
<dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite>
(work in progress), I. Hickson. W3C.</dd>
- <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>
+ <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>
(work in progress), I. Hickson. WHATWG.</dd>
<dt>[<dfn id="ref-rfc2119">RFC2119</dfn>]</dt>
<dd><cite><a href="http://ietf.org/rfc/rfc2119">Key words for use in RFCs to
Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd>
- <dt>[<dfn id="ref-svg">SVG</dfn>]</dt>
+ <dt id="ref-svg">[SVG]</dt>
<dd><cite><a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics
(SVG) 1.1 Specification</a></cite>, J. Ferraiolo, 藤沢
淳, D. Jackson. W3C.</dd>
- <dt>[<dfn id="ref-webidl">WebIDL</dfn>]</dt>
- <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
- IDL</a></cite> (work in progress), C. McCormack. W3C.</dd>
+ <dt id="ref-webidl">[WebIDL]</dt>
+ <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite> (work in progress), C. McCormack. W3C.</dd>
</dl>
<h2 class="no-num">Acknowledgments</h2>
Received on Thursday, 23 June 2011 15:55:29 UTC