Skip to content

Commit a9407f2

Browse files
author
dauwhe
committed
merge
2 parents 09437b6 + 4f29794 commit a9407f2

3 files changed

Lines changed: 203 additions & 203 deletions

File tree

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ RewriteRule ^css-lists-3/(.*)$ css-lists/$1
146146
RewriteRule ^css-logical-props-1/(.*)$ css-logical-props/$1
147147
RewriteRule ^css-multicol-1/(.*)$ css-multicol/$1
148148
RewriteRule ^css-namespaces-1/(.*)$ css-namespaces/$1
149+
RewriteRule ^css-namespaces-3/(.*)$ css-namespaces/$1
149150
RewriteRule ^css-overflow-3/(.*)$ css-overflow/$1
150151
RewriteRule ^css-page-3/(.*)$ css-page/$1
151152
RewriteRule ^css-page-template-1/(.*)$ css-page-template/$1

css-font-loading/Overview.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,16 @@ The <code>FontFace</code> Interface</h2>
101101
readonly attribute FontFaceLoadStatus status;
102102

103103
Promise&lt;FontFace> load();
104-
readonly attribute Promise&lt;boolean> loaded;
104+
readonly attribute Promise&lt;FontFace> loaded;
105105
};
106106
</pre>
107107

108+
Issue: Other APIs use other names for .loaded, like .readyState. Can we align?
109+
110+
Issue: "unloaded" is usually used for things that start loaded and then become not loaded.
111+
Can we rename that value?
112+
Media stuff uses "none", other APIs use "empty", "idle", "nothing".
113+
108114
<dl dfn-type=attribute dfn-for=FontFace>
109115
<dt><dfn>family</dfn>, <span attribute-info for=family></span>
110116
<dt><dfn>style</dfn>, <span attribute-info for=style></span>
@@ -169,7 +175,9 @@ The <code>FontFace</code> Interface</h2>
169175

170176
All <a interface>FontFace</a> objects also contain
171177
internal <dfn attribute for=FontFace>[<!---->[Urls]]</dfn> and <dfn attribute for=FontFace>[<!---->[Data]]</dfn> slots,
172-
of which one is not <code>null</code> and the rest are <code>null</code>.
178+
of which one is <code>null</code> and the other is not <code>null</code>
179+
(the non-null one is set by the constructor,
180+
based on which data is passed in).
173181

174182
<!--
175183
██████ ███████ ██ ██ ██████ ████████ ████████ ██ ██ ██████ ████████ ███████ ████████

0 commit comments

Comments
 (0)