Skip to content

Commit 1623a6a

Browse files
authored
Meta: fix all Bikeshed errors and cleanup anchors
1 parent c14eafe commit 1623a6a

File tree

1 file changed

+14
-35
lines changed

1 file changed

+14
-35
lines changed

compatibility.bs

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,16 @@ Abstract: This standard describes a collection of web platform features that web
88
Translation: ja https://triple-underscore.github.io/compat-ja.html
99
Indent: 2
1010
Markup Shorthands: dfn yes
11+
Repository: whatwg/compat
1112
</pre>
1213

1314
<pre class="anchors">
14-
urlPrefix: https://w3c.github.io/screen-orientation/;
15-
type: interface
16-
text: ScreenOrientation; url: #screenorientation-interface
17-
type: dfn
18-
text: current orientation angle; url: #dfn-current-orientation-angle
19-
urlPrefix: https://www.w3.org/TR/CSS/; spec: CSS2
20-
type: dfn
21-
text: vendor prefix; url: #vendor-prefix
22-
urlPrefix: https://drafts.csswg.org/mediaqueries-4/; spec: mediaqueries-4
23-
type: dfn
24-
text: media query; url: #media-query
25-
text: media feature; url: #media-feature
26-
text: resolution; url: #descdef-media-resolution
27-
text: min-resolution; url: #descdef-media-resolution
28-
text: max-resolution; url: #descdef-media-resolution
29-
text: prefixes on range features; url: #mq-min-max
3015
urlPrefix: https://www.w3.org/TR/2011/WD-css3-images-20110217/; spec: css3-images-20110217
3116
type: dfn
3217
text: linear-gradient; url: #ltlinear-gradient
3318
text: radial-gradient; url: #ltradial-gradient
3419
text: repeating-linear-gradient; url: #ltrepeating-linear-gradient
3520
text: repeating-radial-gradient; url: #ltrepeating-radial-gradient
36-
urlPrefix: https://drafts.csswg.org/css-backgrounds-4/
37-
type: dfn
38-
text: background-clip; url: #propdef-background-clip
39-
urlPrefix: https://drafts.fxtf.org/css-masking-1/
40-
type: dfn
41-
text: clipping path; url: #clipping-path
42-
urlPrefix: https://drafts.csswg.org/css-values-3/
43-
type: dfn
44-
text: dppx; url: #dppx
4521
</pre>
4622

4723
<pre class="biblio">
@@ -56,18 +32,21 @@ urlPrefix: https://drafts.csswg.org/css-values-3/
5632

5733
<pre class=link-defaults>
5834
spec:css-animations-1; type:property; text:animation-delay
59-
spec:css-borders-4; type:property; text:box-shadow
60-
spec:css-borders-4; type:property; text:border-radius
6135
spec:css-borders-4; type:property; text:border-bottom-left-radius
6236
spec:css-borders-4; type:property; text:border-bottom-right-radius
37+
spec:css-borders-4; type:property; text:border-radius
6338
spec:css-borders-4; type:property; text:border-top-left-radius
6439
spec:css-borders-4; type:property; text:border-top-right-radius
40+
spec:css-borders-4; type:property; text:box-shadow
6541
spec:css-conditional-3; type:at-rule; text:@media
6642
spec:css-display-3; type:value; for:display; text:flex
6743
spec:css-flexbox-1; type:value; text:inline-flex
6844
spec:css-syntax-3; type:dfn; text:invalid
6945
spec:filter-effects-1; type:property; text:filter
46+
spec:html; type:element; text:body
47+
spec:infra; type:dfn; text:string
7048
spec:infra; type:dfn; text:user agent
49+
spec:screen-orientation; type:dfn; text:current orientation angle
7150
spec:svg2; type:dfn; text:fill
7251
spec:svg2; type:dfn; text:stroke
7352
</pre>
@@ -141,17 +120,17 @@ of the corresponding unprefixed [=at-rules=]:
141120
</h4>
142121

143122
<pre class='descdef mq'>
144-
Name: '@media/-webkit-device-pixel-ratio'
123+
Name: -webkit-device-pixel-ratio
145124
Value: <<number>>
146125
For: @media
147126
Type: range
148127
</pre>
149128

150129
<code>'@media/-webkit-device-pixel-ratio'</code> must be treated as an alias of the
151-
<code><a>resolution</a></code> range type <a>media feature</a>, with its value interpreted as a
152-
<a>dppx</a> unit.
130+
<code>'@media/resolution'</code> range type <a>media feature</a>, with its value interpreted as a
131+
''dppx'' unit.
153132

154-
The <code>min-</code> or <code>max-</code> <a>prefixes on range features</a> must not apply to
133+
The <code>min-</code> or <code>max-</code> [[mediaqueries-4#mq-min-max|prefixes on range features]] must not apply to
155134
<code>'@media/-webkit-device-pixel-ratio'</code>, instead the following aliases must be used:
156135

157136
<table>
@@ -164,11 +143,11 @@ The <code>min-</code> or <code>max-</code> <a>prefixes on range features</a> mus
164143
<tbody>
165144
<tr>
166145
<td><code><dfn descriptor for="@media">-webkit-min-device-pixel-ratio</dfn></code></td>
167-
<td><code><a>min-resolution</a></code></td>
146+
<td><code><a descriptor for=@media lt=resolution>min-resolution</a></code></td>
168147
</tr>
169148
<tr>
170149
<td><code><dfn descriptor for="@media">-webkit-max-device-pixel-ratio</dfn></code></td>
171-
<td><code><a>max-resolution</a></code></td>
150+
<td><code><a descriptor for=@media lt=resolution>max-resolution</a></code></td>
172151
</tr>
173152
</tbody>
174153
</table>
@@ -178,7 +157,7 @@ The <code>min-</code> or <code>max-</code> <a>prefixes on range features</a> mus
178157
</h4>
179158

180159
<pre class='descdef mq'>
181-
Name: '@media/-webkit-transform-3d'
160+
Name: -webkit-transform-3d
182161
Value: <<mq-boolean>>
183162
For: @media
184163
Type: discrete
@@ -933,7 +912,7 @@ AppleWebKit/537.36 (KHTML, like Gecko) Chrome/&lt;<a>majorVersion</a>&gt;.0.0.0
933912

934913
"<code>Linux; Android 10; K</code>"<br>
935914
"<code>Windows NT 10.0; Win64; x64</code>"<br>
936-
"<code>Macintosh; Intel Mac OS X 10_15_7"<br>
915+
"<code>Macintosh; Intel Mac OS X 10_15_7"</code><br>
937916
"<code>X11; Linux x86_64</code>"<br>
938917
"<code>X11; CrOS x86_64 14541.0.0</code>"<br>
939918
"<code>Fuchsia</code>"<br>

0 commit comments

Comments
 (0)