Skip to content

Commit 6a2848f

Browse files
committed
[css-font-loading] Clarify some language. Not super-happy, but it's better.
1 parent cda8472 commit 6a2848f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ The <code>FontFace</code> Interface</h2>
175175

176176
All <a interface>FontFace</a> objects also contain
177177
internal <dfn attribute for=FontFace>[<!---->[Urls]]</dfn> and <dfn attribute for=FontFace>[<!---->[Data]]</dfn> slots,
178-
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).
179181

180182
<!--
181183
██████ ███████ ██ ██ ██████ ████████ ████████ ██ ██ ██████ ████████ ███████ ████████

css-font-loading/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ <h2 class="heading settled heading" data-level=2 id=fontface-interface><span cla
305305

306306
<p>All <a class=idl-code data-link-type=interface href=#dom-fontface title=FontFace>FontFace</a> objects also contain
307307
internal <dfn class=idl-code data-dfn-for=FontFace data-dfn-type=attribute data-export="" id=dom-fontface-urls>[[Urls]]<a class=self-link href=#dom-fontface-urls></a></dfn> and <dfn class=idl-code data-dfn-for=FontFace data-dfn-type=attribute data-export="" id=dom-fontface-data>[[Data]]<a class=self-link href=#dom-fontface-data></a></dfn> slots,
308-
of which one is not <code>null</code> and the rest are <code>null</code>.</p>
308+
of which one is <code>null</code> and the other is not <code>null</code>
309+
(the non-null one is set by the constructor,
310+
based on which data is passed in).</p>
309311

310312

311313

0 commit comments

Comments
 (0)