@@ -424,12 +424,16 @@ Requirements for Responsible Implementation of CSS</h2>
424
424
425
425
Issue: Added "should not" against encumbered features, per dbaron's request.
426
426
427
- If at least three UAs implement a feature
428
- (or if a browser has broken the previous rule and shipped for broad use
429
- an <a>unstable</a> or otherwise non-standard feature in a production release),
430
- and the implementations have rough interoperability,
431
- <em> and</em> the CSS Working Group has recorded consensus that this feature should exist and be released,
432
- implementers may ship that feature unprefixed in release builds.
427
+ If a feature is <a>unstable</a> , yet
428
+
429
+ * at least three UAs implement the feature
430
+ (or a browser has broken the other rules and shipped for broad use
431
+ an <a>unstable</a> or otherwise non-standard feature in a production release),
432
+ * <em> and</em> the implementations have rough interoperability,
433
+ * <em> and</em> the CSS Working Group has recorded consensus
434
+ that this feature should exist and be released,
435
+
436
+ implementers may ship that feature unprefixed in broad-release builds.
433
437
<dfn>Rough interoperability</dfn> is satisfied by a subjective judgment
434
438
that even though there may be differences,
435
439
the implementations are sufficiently similar
@@ -494,7 +498,7 @@ Requirements for Responsible Implementation of CSS</h2>
494
498
495
499
<div class="example">
496
500
For example,
497
- Win8 Metro apps, Firefox's XUL-based UI, and the iTunes UI
501
+ Firefox's XUL-based UI, Apple's iTunes UI, and Microsoft's Universal Windows Platform app
498
502
use extensions to CSS implemented by their respective UAs.
499
503
So long as these UAs do not allow Web content to access these features,
500
504
they do not provide an opportunity for such content
0 commit comments