Skip to content

Commit 7d577fb

Browse files
authored
Meta: provide definition type to CSS <source-size-*>
1 parent 3ea8e08 commit 7d577fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29112,9 +29112,9 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</code
2911229112
<p>A <dfn>valid source size list</dfn> is a string that matches the following grammar:
2911329113
<ref spec=CSSVALUES> <ref spec=MQ></p>
2911429114

29115-
<pre><code class="html"><dfn>&lt;source-size-list></dfn> = [ <span>&lt;source-size></span># , ]? <span>&lt;source-size-value></span>
29116-
<dfn>&lt;source-size></dfn> = <span>&lt;media-condition></span> <span>&lt;source-size-value></span>
29117-
<dfn>&lt;source-size-value></dfn> = <span>&lt;length></span></code></pre>
29115+
<pre><code class="html"><dfn type>&lt;source-size-list></dfn> = [ <span>&lt;source-size></span># , ]? <span>&lt;source-size-value></span>
29116+
<dfn type>&lt;source-size></dfn> = <span>&lt;media-condition></span> <span>&lt;source-size-value></span>
29117+
<dfn type>&lt;source-size-value></dfn> = <span>&lt;length></span></code></pre>
2911829118

2911929119
<p>A <span>&lt;source-size-value></span> must not be negative, and must not use CSS functions
2912029120
other than the <span>math functions</span>.</p>

0 commit comments

Comments
 (0)