Skip to content

Commit d63b7ef

Browse files
committed
[css-fonts-4] work around bikeshed bug
1 parent 86e47dd commit d63b7ef

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

css-fonts-4/Overview.bs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6177,7 +6177,7 @@ interface CSSFontFaceRule : CSSRule {
61776177
};
61786178
</pre>
61796179

6180-
The DOM Level 2 Style specification [[DOM-LEVEL-2-STYLE]]
6180+
The (now superseded) <a href="https://www.w3.org/TR/DOM-Level-2-Style/">DOM Level 2 Style specification</a>
61816181
defined a different variant of this rule.
61826182
This definition supersedes that one.
61836183

@@ -6616,12 +6616,16 @@ Special thanks to Ilya Grigorik and David Kuettel for their help in developing t
66166616
Changes
66176617
</h2>
66186618

6619-
<h3 id="changes-2019-11-13">Changes from the <a href="https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/">13 Novermber 2019
6620-
Working Draft</a></h3>
6621-
6622-
<!-- See https://github.com/w3c/csswg-drafts/commits/master/css-fonts-4/Overview.bs -->
6619+
<h3 id="changes-2020-11-17">Changes from the <a href="https://www.w3.org/TR/2020/WD-css-fonts-4-20201117/">17 November 2020 Working Draft</a> </h3><!-- See https://github.com/w3c/csswg-drafts/commits/master/css-fonts-4/Overview.bs -->
66236620
<!-- new ones at the top -->
66246621

6622+
<ul>
6623+
<li>Updated links</li>
6624+
</ul>
6625+
6626+
<h3 id="changes-2019-11-13">Changes from the <a href="https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/">13 November 2019
6627+
Working Draft</a></h3>
6628+
66256629
<ul>
66266630
<!-- to Nov 12 2020 -->
66276631
<li>Clarified that JS-free probing of Unicode support of fonts is possible</li>

0 commit comments

Comments
 (0)