Skip to content

Commit 099cd77

Browse files
wilddamonshans
authored andcommitted
Rename CSSFontFaceValue.fontFaceName to fontFamilyName (w3c#323)
1 parent 952f161 commit 099cd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,9 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references
721721

722722
<pre class='idl'>
723723

724-
[Constructor(DOMString fontFaceName)]
724+
[Constructor(DOMString fontFamilyName)]
725725
interface CSSFontFaceValue : CSSResourceValue {
726-
readonly attribute DOMString fontFaceName;
726+
readonly attribute DOMString fontFamilyName;
727727
};
728728

729729
</pre>

0 commit comments

Comments
 (0)