File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments