@@ -585,13 +585,13 @@ Values have the following meanings:
585585 or limit (with <code> max-zoom</code> ) the ability of users to resize
586586 a document, as this causes accessibility and usability issues.
587587
588- There may be specific use cases where preventing users from zooming
589- may be appropriate, such as map applications – where custom zoom
590- functionality is handled via scripting. However, in general this
588+ There may be specific use cases where preventing users from zooming
589+ may be appropriate, such as map applications – where custom zoom
590+ functionality is handled via scripting. However, in general this
591591 practice should be avoided.
592592
593- Most user agents now allow users to always zoom, regardless
594- of any restrictions specified by web content – either by default, or
593+ Most user agents now allow users to always zoom, regardless
594+ of any restrictions specified by web content – either by default, or
595595 as a setting/option (which may however not be immediately apparent
596596 to users).
597597</div>
@@ -926,6 +926,7 @@ The <dfn interface>CSSViewportRule</dfn> interface represents the
926926style rule for an ''@viewport'' rule.
927927
928928<pre class=idl>
929+ [Exposed=Window]
929930interface CSSViewportRule : CSSRule {
930931 readonly attribute CSSStyleDeclaration style;
931932};
0 commit comments