We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da660f6 commit 6e6f363Copy full SHA for 6e6f363
index.html
@@ -73,7 +73,8 @@
73
"permissions-policy", "hr-time", "picture-in-picture", "mediacapture-streams"
74
]
75
},
76
- preProcess: [experimentalPreProcess]
+ preProcess: [experimentalPreProcess],
77
+ implementationReportURI: "https://wpt.fyi/results/compute-pressure"
78
};
79
</script>
80
<style>
@@ -107,7 +108,12 @@
107
108
resources for an improved user experience.
109
</p>
110
</section>
-<section id="sotd"></section>
111
+<section id="sotd">
112
+ <p>
113
+ For this specification to exit the CR stage,
114
+ at least 2 independent implementations of every feature defined in this specification need to be documented in the implementation report.
115
+ </p>
116
+</section>
117
<section class="informative">
118
<h2>Introduction</h2>
119
<p>
0 commit comments