Skip to content

Commit 15d02e3

Browse files
cdoublevsvgeesus
authored andcommitted
[css-fonts] Make CSSFontFaceRule.style consistent with other CSS*Rule.style
1 parent 1fa6a42 commit 15d02e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-fonts-3/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5085,7 +5085,7 @@ <h3 id=om-fontface><span class=secno>8.1. </span>The <a
50855085

50865086
<pre class=idl>
50875087
interface CSSFontFaceRule : CSSRule {
5088-
readonly attribute CSSStyleDeclaration style;
5088+
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
50895089
};</pre>
50905090

50915091
<h2 class=no-num id=platform-props-to-css>Appendix A: Mapping platform font

css-fonts-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8282,7 +8282,7 @@ interface CSSFontFaceDescriptors : CSSStyleDeclaration {
82828282

82838283
[Exposed=Window]
82848284
interface CSSFontFaceRule : CSSRule {
8285-
readonly attribute CSSFontFaceDescriptors style;
8285+
[SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
82868286
};
82878287
</pre>
82888288

0 commit comments

Comments
 (0)