Skip to content

Commit 6d74b0a

Browse files
author
Simon Pieters
committed
[cssom*] Minor markup fixes
1 parent 24f1423 commit 6d74b0a

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

cssom-view/Overview.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
212212
<a href="#refsCSSOM">[CSSOM]</a>
213213
<a href="#refsHTML">[HTML]</a>
214214

215-
<p class="issue"><dfn id="mouseevent"><code>MouseEvent</code></dfn> and <dfn id="mouseeventinit"><code>MouseEventInit</code></dfn> are defined in …
215+
<p class="XXX"><dfn id="mouseevent"><code>MouseEvent</code></dfn> and <dfn id="mouseeventinit"><code>MouseEventInit</code></dfn> are defined in …
216216

217217
<p><dfn id="the-html-body-element">The HTML <code>body</code> element</dfn> is the first
218218
<code>body</code>
@@ -294,7 +294,7 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
294294
media query list.</li>
295295
</ol>
296296

297-
<p>The <dfn id="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn> attribute must return the <a href="#screen">Screen</a> object
297+
<p>The <dfn id="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn> attribute must return the <code><a href="#screen">Screen</a></code> object
298298
associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object. It always returns the same
299299
object.</p>
300300
<p class="note">Accessing <code title="dom-Window-screen"><a href="#dom-window-screen">screen</a></code> through a <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#windowproxy">WindowProxy</a></code> object might yield different results
@@ -324,7 +324,6 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
324324

325325
<p>When the <dfn id="dom-window-scroll" title="dom-Window-scroll"><code>scroll(<var>x</var>, <var>y</var>)</code></dfn> method is invoked these steps must be run:</p>
326326
<ol>
327-
<li>
328327
<li><p>If there is no <a href="#viewport">viewport</a>, abort these steps.
329328
<dl>
330329
<dt>If <a href="#document-content">document content</a> can have overflow to the right
@@ -998,7 +997,7 @@ <h2 id="extensions-to-the-range-interface"><span class="secno">8 </span>Extensio
998997

999998
<h2 id="extensions-to-the-mouseevent-interface"><span class="secno">9 </span>Extensions to the <code title="">MouseEvent</code> Interface</h2>
1000999

1001-
<p class="issue">The object IDL fragment redefines some members. Can we
1000+
<p class="XXX">The object IDL fragment redefines some members. Can we
10021001
resolve this somehow?</p>
10031002

10041003
<!-- x/y do not match IE in the position:relative case but do match other
@@ -1128,13 +1127,13 @@ <h3 id="scrolling"><span class="secno">11.2 </span>Scrolling</h3>
11281127
<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-event-fire" title="concept-event-fire">fire</a> a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> event named
11291128
<code>scroll</code> that bubbles but is not cancelable at the <code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> object associated with that <a href="#viewport">viewport</a>.
11301129

1131-
<p class="issue">Do viewports have associated documents?</p>
1130+
<p class="XXX">Do viewports have associated documents?</p>
11321131

11331132
<p>Whenever an element gets scrolled in response to user interaction, the user agent must <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to
11341133
<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-event-fire" title="concept-event-fire">fire</a> a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> event named
11351134
<code>scroll</code> that does not bubble and is not cancelable at the element.
11361135

1137-
<p class="issue">Should we specify that scroll events can be throttled (e.g. in a smooth scroll)?</p>
1136+
<p class="XXX">Should we specify that scroll events can be throttled (e.g. in a smooth scroll)?</p>
11381137

11391138
<h2 class="no-num" id="references">References</h2>
11401139
<div id="anolis-references"><dl><dt id="refsCSSOM">[CSSOM]

cssom/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ <h3 id="style-sheet-association"><span class="secno">6.3 </span>Style Sheet Asso
14381438
<h4 id="the-linkstyle-interface"><span class="secno">6.3.1 </span>The <code title="">LinkStyle</code> Interface</h4>
14391439

14401440
<p>The <dfn id="associated-style-sheet">associated style sheet</dfn> of a node is the <span>style sheet</span> in the list of
1441-
<a href="#document-style-sheets">document style sheets</a> of which the <a href="#style-sheet-owner-node">style sheet owner node</a> implements the <a href="#linkstyle">LinkStyle</a> interface.</p>
1441+
<a href="#document-style-sheets">document style sheets</a> of which the <a href="#style-sheet-owner-node">style sheet owner node</a> implements the <code><a href="#linkstyle">LinkStyle</a></code> interface.</p>
14421442

14431443
<pre class="idl">[NoInterfaceObject]
14441444
interface <dfn id="linkstyle">LinkStyle</dfn> {
@@ -1757,7 +1757,7 @@ <h4 id="the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title=
17571757
//
17581758
-->
17591759

1760-
<p>The <a href="#cssrule">CSSRule</a> interface represents an abstract, base CSS style rule. Each
1760+
<p>The <code><a href="#cssrule">CSSRule</a></code> interface represents an abstract, base CSS style rule. Each
17611761
distinct CSS style rule type is represented by a distinct interface that
17621762
inherits from this interface.</p>
17631763

@@ -1906,7 +1906,7 @@ <h4 id="the-cssimportrule-interface"><span class="secno">6.4.5 </span>The <code
19061906

19071907
<h4 id="the-cssmediarule-interface"><span class="secno">6.4.6 </span>The <code title="">CSSMediaRule</code> Interface</h4>
19081908

1909-
<p>The <a href="#cssmediarule">CSSMediaRule</a> interface represents a <code>@media</code> rule.</p>
1909+
<p>The <code><a href="#cssmediarule">CSSMediaRule</a></code> interface represents a <code>@media</code> rule.</p>
19101910

19111911
<pre class="idl">interface <dfn id="cssmediarule">CSSMediaRule</dfn> : <a href="#cssrule">CSSRule</a> {
19121912
[PutForwards=mediaText] readonly attribute <a href="#medialist">MediaList</a> <a href="#dom-cssmediarule-media" title="dom-CSSMediaRule-media">media</a>;
@@ -1966,7 +1966,7 @@ <h4 id="the-csspagerule-interface"><span class="secno">6.4.8 </span>The <code ti
19661966

19671967
<h4 id="the-cssnamespacerule-interface"><span class="secno">6.4.9 </span>The <code title="">CSSNamespaceRule</code> Interface</h4>
19681968

1969-
<p>The <a href="#cssnamespacerule">CSSNamespaceRule</a> interface represents a <code>@namespace</code> rule.</p>
1969+
<p>The <code><a href="#cssnamespacerule">CSSNamespaceRule</a></code> interface represents a <code>@namespace</code> rule.</p>
19701970

19711971
<pre class="idl">interface <dfn id="cssnamespacerule">CSSNamespaceRule</dfn> : <a href="#cssrule">CSSRule</a> {
19721972
readonly attribute DOMString namespaceURI;

0 commit comments

Comments
 (0)