@@ -424,12 +424,16 @@ Requirements for Responsible Implementation of CSS</h2>
424424
425425 Issue: Added "should not" against encumbered features, per dbaron's request.
426426
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.
433437 <dfn>Rough interoperability</dfn> is satisfied by a subjective judgment
434438 that even though there may be differences,
435439 the implementations are sufficiently similar
@@ -494,7 +498,7 @@ Requirements for Responsible Implementation of CSS</h2>
494498
495499 <div class="example">
496500 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
498502 use extensions to CSS implemented by their respective UAs.
499503 So long as these UAs do not allow Web content to access these features,
500504 they do not provide an opportunity for such content
0 commit comments