Skip to content

CSSFontFaceRule etc. exposed to Window #2344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css-counter-styles-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2514,6 +2514,7 @@ The <code>CSSCounterStyleRule</code> interface</h3>
The <a interface>CSSCounterStyleRule</a> interface represents a ''@counter-style'' rule.

<pre class='idl'>
[Exposed=Window]
interface CSSCounterStyleRule : CSSRule {
attribute CSSOMString name;
attribute CSSOMString system;
Expand Down
11 changes: 6 additions & 5 deletions css-device-adapt-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -585,13 +585,13 @@ Values have the following meanings:
or limit (with <code>max-zoom</code>) the ability of users to resize
a document, as this causes accessibility and usability issues.

There may be specific use cases where preventing users from zooming
may be appropriate, such as map applications – where custom zoom
functionality is handled via scripting. However, in general this
There may be specific use cases where preventing users from zooming
may be appropriate, such as map applications – where custom zoom
functionality is handled via scripting. However, in general this
practice should be avoided.

Most user agents now allow users to always zoom, regardless
of any restrictions specified by web content – either by default, or
Most user agents now allow users to always zoom, regardless
of any restrictions specified by web content – either by default, or
as a setting/option (which may however not be immediately apparent
to users).
</div>
Expand Down Expand Up @@ -926,6 +926,7 @@ The <dfn interface>CSSViewportRule</dfn> interface represents the
style rule for an ''@viewport'' rule.

<pre class=idl>
[Exposed=Window]
interface CSSViewportRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};
Expand Down
1 change: 1 addition & 0 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3649,6 +3649,7 @@ The <code id="cssfontfacerule2">CSSFontFaceRule</code> interface</h3>
The <dfn>CSSFontFaceRule</dfn> interface represents a <<@font-face>> rule.

<pre class="idl">
[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};
Expand Down