Skip to content

Commit a256f1c

Browse files
committed
[css-font-loading] Rephrase one of the 'pending on env' conditions to be clearer that layout operations depending on recently-loaded fonts need to complete.
1 parent 7e0a191 commit a256f1c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-font-loading/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,14 @@ The <code>FontFaceSet</code> Interface</h2>
574574

575575
* the document is still loading
576576
* the document has pending stylesheet requests
577-
* the document has pending layout operations which might cause the user agent to request a font.
577+
* the document has pending layout operations which might cause the user agent to request a font,
578+
or which depend on recently-loaded fonts
579+
580+
Note: The idea is that once a {{FontFaceSet}} stops being <a>pending on the environment</a>,
581+
as long as nothing further changes the document,
582+
an author can depend on sizes/positions of things being "correct" when measured.
583+
If the above conditions do not fully capture this guarantee,
584+
they need to be amended to do so.
578585

579586
<!--
580587
████████ ██ ██ ████████ ██ ██ ████████ ██████

0 commit comments

Comments
 (0)