- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 14:17:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom-view
In directory hutz:/tmp/cvs-serv12182
Modified Files:
Overview.html Overview.src.html
Log Message:
typo; more xref
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html 6 Jul 2011 14:03:39 -0000 1.107
+++ Overview.html 6 Jul 2011 14:17:38 -0000 1.108
@@ -473,30 +473,30 @@
information about the screen of the output device.</p>
<pre class="idl">interface <dfn id="screen">Screen</dfn> {
- readonly attribute unsigned long <a href="#dom-screen-availwidth">availWidth</a>;
- readonly attribute unsigned long <a href="#dom-screen-availheight">availHeight</a>;
- readonly attribute unsigned long <a href="#dom-screen-width">width</a>;
- readonly attribute unsigned long <a href="#dom-screen-height">height</a>;
- readonly attribute unsigned long <a href="#dom-screen-colordepth">colorDepth</a>;
- readonly attribute unsigned long <a href="#dom-screen-pixeldepth">pixelDepth</a>;
+ readonly attribute unsigned long <a href="#dom-screen-availwidth" title="dom-Screen-availWidth">availWidth</a>;
+ readonly attribute unsigned long <a href="#dom-screen-availheight" title="dom-Screen-availHeight">availHeight</a>;
+ readonly attribute unsigned long <a href="#dom-screen-width" title="dom-Screen-width">width</a>;
+ readonly attribute unsigned long <a href="#dom-screen-height" title="dom-Screen-height">height</a>;
+ readonly attribute unsigned long <a href="#dom-screen-colordepth" title="dom-Screen-colorDepth">colorDepth</a>;
+ readonly attribute unsigned long <a href="#dom-screen-pixeldepth" title="dom-Screen-pixelDepth">pixelDepth</a>;
};</pre>
- <p>The <dfn id="dom-screen-availwidth"><code>availWidth</code></dfn>
+ <p>The <dfn id="dom-screen-availwidth" title="dom-Screen-availWidth"><code>availWidth</code></dfn>
attribute must return the available width of the
rendering surface of the output device.</p>
- <p>The <dfn id="dom-screen-availheight"><code>availHeight</code></dfn>
+ <p>The <dfn id="dom-screen-availheight" title="dom-Screen-availHeight"><code>availHeight</code></dfn>
attribute must return the available height of the
rendering surface of the output device.</p>
- <p>The <dfn id="dom-screen-width"><code>width</code></dfn> attribute
+ <p>The <dfn id="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute
must return the width of the output device.</p>
- <p>The <dfn id="dom-screen-height"><code>height</code></dfn> attribute
+ <p>The <dfn id="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute
must return the height of the output device.</p>
- <p>The <dfn id="dom-screen-colordepth"><code>colorDepth</code></dfn> and
- <dfn id="dom-screen-pixeldepth"><code>pixelDepth</code></dfn> attributes
+ <p>The <dfn id="dom-screen-colordepth" title="dom-Screen-colorDepth"><code>colorDepth</code></dfn> and
+ <dfn id="dom-screen-pixeldepth" title="dom-Screen-pixelDepth"><code>pixelDepth</code></dfn> attributes
must both return the number of bits allocated to
colors (i.e. excluding the alpha channel) in the output device. If the
output device does not support colors these attributes
@@ -517,7 +517,7 @@
the <a href="#viewport">viewport</a>. The element to be returned is determined
through hit testing. If either argument is negative, <var title="">x</var> is
greater than the <a href="#viewport">viewport</a> width excluding the size of a
- rendered scroll bar (if any), or <var title="">y</var> is greather than the
+ rendered scroll bar (if any), or <var title="">y</var> is greater than the
<a href="#viewport">viewport</a> height excluding the size of a rendered scroll bar
(if any), the method must return null. If there is no element at the given
position the method must return the root element, if any, or null
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.src.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Overview.src.html 6 Jul 2011 14:03:39 -0000 1.108
+++ Overview.src.html 6 Jul 2011 14:17:38 -0000 1.109
@@ -444,30 +444,30 @@
information about the screen of the output device.</p>
<pre class="idl">interface <dfn id="screen">Screen</dfn> {
- readonly attribute unsigned long <span>availWidth</span>;
- readonly attribute unsigned long <span>availHeight</span>;
- readonly attribute unsigned long <span>width</span>;
- readonly attribute unsigned long <span>height</span>;
- readonly attribute unsigned long <span>colorDepth</span>;
- readonly attribute unsigned long <span>pixelDepth</span>;
+ readonly attribute unsigned long <span title=dom-Screen-availWidth>availWidth</span>;
+ readonly attribute unsigned long <span title=dom-Screen-availHeight>availHeight</span>;
+ readonly attribute unsigned long <span title=dom-Screen-width>width</span>;
+ readonly attribute unsigned long <span title=dom-Screen-height>height</span>;
+ readonly attribute unsigned long <span title=dom-Screen-colorDepth>colorDepth</span>;
+ readonly attribute unsigned long <span title=dom-Screen-pixelDepth>pixelDepth</span>;
};</pre>
- <p>The <dfn id="dom-screen-availwidth"><code>availWidth</code></dfn>
+ <p>The <dfn title=dom-Screen-availWidth><code>availWidth</code></dfn>
attribute must return the available width of the
rendering surface of the output device.</p>
- <p>The <dfn id="dom-screen-availheight"><code>availHeight</code></dfn>
+ <p>The <dfn title=dom-Screen-availHeight><code>availHeight</code></dfn>
attribute must return the available height of the
rendering surface of the output device.</p>
- <p>The <dfn id="dom-screen-width"><code>width</code></dfn> attribute
+ <p>The <dfn title=dom-Screen-width><code>width</code></dfn> attribute
must return the width of the output device.</p>
- <p>The <dfn id="dom-screen-height"><code>height</code></dfn> attribute
+ <p>The <dfn title=dom-Screen-height><code>height</code></dfn> attribute
must return the height of the output device.</p>
- <p>The <dfn id="dom-screen-colordepth"><code>colorDepth</code></dfn> and
- <dfn id="dom-screen-pixeldepth"><code>pixelDepth</code></dfn> attributes
+ <p>The <dfn title=dom-Screen-colorDepth><code>colorDepth</code></dfn> and
+ <dfn title=dom-Screen-pixelDepth><code>pixelDepth</code></dfn> attributes
must both return the number of bits allocated to
colors (i.e. excluding the alpha channel) in the output device. If the
output device does not support colors these attributes
@@ -488,7 +488,7 @@
the <span>viewport</span>. The element to be returned is determined
through hit testing. If either argument is negative, <var title>x</var> is
greater than the <span>viewport</span> width excluding the size of a
- rendered scroll bar (if any), or <var title>y</var> is greather than the
+ rendered scroll bar (if any), or <var title>y</var> is greater than the
<span>viewport</span> height excluding the size of a rendered scroll bar
(if any), the method must return null. If there is no element at the given
position the method must return the root element, if any, or null
Received on Wednesday, 6 July 2011 14:17:46 UTC