Skip to content

Commit cca8731

Browse files
committed
[css-font-loading] Add some issues about the phrase 'the document'.
1 parent 24671e5 commit cca8731

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-font-loading/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ The <code>FontFace</code> Interface</h2>
112112
Can we rename that value?
113113
Media stuff uses "none", other APIs use "empty", "idle", "nothing".
114114

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+
115118
<div dfn-type=attribute dfn-for=FontFace>
116119
: <dfn>family</dfn>
117120
: <dfn>style</dfn>
@@ -401,6 +404,8 @@ Interaction with CSS’s ''@font-face'' Rule</h3>
401404
any change made to a ''@font-face'' descriptor is immediately reflected in the corresponding {{FontFace}} attribute,
402405
and vice versa.
403406

407+
Issue: When a FontFace is transferred between documents, it's no longer CSS-connected.
408+
404409
The internal {{[[Urls]]}} slot of the {{FontFace}} object is set to the value of the ''@font-face'' rule's 'src' descriptor,
405410
and reflects any changes made to the 'src' descriptor.
406411

0 commit comments

Comments
 (0)