Skip to content

Commit 6b8370c

Browse files
committed
introduce Media object
1 parent d179130 commit 6b8370c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,8 +2611,8 @@ <h4 id=the-media><span class=secno>4.1.2. </span>The <code
26112611

26122612
<p>The <dfn id=type title=media-type><code>type</code></dfn> attribute, on
26132613
getting, <em class=ct>must</em> return the string that represents the
2614-
canvas' current rendering mode (<code><a href="#screen">screen</a></code>,
2615-
<code>print</code>, etc). This is a lowercase string, as defined by the
2614+
canvas' current rendering mode (<code title="">screen</code>, <code
2615+
title="">print</code>, etc). This is a lowercase string, as defined by the
26162616
CSS specification. [CSS]
26172617

26182618
<p>The <dfn id=matchmedia title=media-matchmedia><code>matchMedia(<var

cssom/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,8 +2163,9 @@ <h4>The <code title="">Media</code> Interface</h4>
21632163

21642164
<p>The <dfn title="media-type"><code>type</code></dfn> attribute, on getting,
21652165
<em class="ct">must</em> return the string that represents the canvas' current
2166-
rendering mode (<code>screen</code>, <code>print</code>, etc). This is a
2167-
lowercase string, as defined by the CSS specification. [CSS]</p>
2166+
rendering mode (<code title="">screen</code>, <code title="">print</code>,
2167+
etc). This is a lowercase string, as defined by the CSS specification.
2168+
[CSS]</p>
21682169

21692170
<p>The
21702171
<dfn title="media-matchmedia"><code>matchMedia(<var title="">mediaquery</var>)</code></dfn>

0 commit comments

Comments
 (0)