You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add web3dsurvey data gathering to specs and extensions.
Thanks to @greggman for suggesting the web3dsurvey refactoring to put
the data collector into a separate iframe.
Thanks to @kainino0x for helping me understand why the iframe was
breaking in the XSL-generated files, and for the workaround.
Copy file name to clipboardExpand all lines: extensions/extension.xsl
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@
76
76
<p><strong>DO NOT IMPLEMENT!!!</strong></p>
77
77
</xsl:if>
78
78
79
+
<xsl:comment>Help the community by recording statistics on availability of 3D APIs. Trick to prevent XSL processor from creating an illegal self-closing iframe tag.</xsl:comment>
0 commit comments