File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ The <code>FontFace</code> Interface</h2>
112
112
Can we rename that value?
113
113
Media stuff uses "none", other APIs use "empty", "idle", "nothing".
114
114
115
+ Issue: Clarify all mentions of "the document" to be clear about which document is being referenced,
116
+ since objects can move between documents.
117
+
115
118
<div dfn-type=attribute dfn-for=FontFace>
116
119
: <dfn>family</dfn>
117
120
: <dfn>style</dfn>
@@ -401,6 +404,8 @@ Interaction with CSS’s ''@font-face'' Rule</h3>
401
404
any change made to a ''@font-face'' descriptor is immediately reflected in the corresponding {{FontFace}} attribute,
402
405
and vice versa.
403
406
407
+ Issue: When a FontFace is transferred between documents, it's no longer CSS-connected.
408
+
404
409
The internal {{[[Urls]]}} slot of the {{FontFace}} object is set to the value of the ''@font-face'' rule's 'src' descriptor,
405
410
and reflects any changes made to the 'src' descriptor.
406
411
You can’t perform that action at this time.
0 commit comments