Skip to content

Commit 5c5c5dd

Browse files
committed
Add web3dsurvey data gathering to specs and extensions.
1 parent 539037f commit 5c5c5dd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

extensions/extension.xsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@
185185
<xsl:sort select="@date" />
186186
</xsl:apply-templates>
187187

188+
<xsl:comment>Help the community by recording statistics on availability of 3D APIs</xsl:comment>
189+
<script defer="true" src="https://web3dsurvey.com/collector.js" />
188190
</body>
189191
</html>
190192
</xsl:template>

specs/latest/1.0/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link rel="stylesheet" type="text/css" href="../../../resources/Khronos-WD.css" />
99
<script src="../../../resources/jquery-1.3.2.min.js" type="application/javascript"></script>
1010
<script src="../../../resources/generateTOC.js" type="application/javascript"></script>
11+
<!-- Help the community by recording statistics on availability of 3D APIs -->
12+
<script defer="true" src="https://web3dsurvey.com/collector.js"></script>
1113
</head>
1214
<body onload="generateTOC(document.getElementById('toc'))">
1315
<!--begin-logo-->

specs/latest/2.0/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<link rel="stylesheet" type="text/css" href="../../../resources/Khronos-WD.css" />
88
<script src="../../../resources/jquery-1.3.2.min.js" type="application/javascript"></script>
99
<script src="../../../resources/generateTOC.js" type="application/javascript"></script>
10+
<!-- Help the community by recording statistics on availability of 3D APIs -->
11+
<script defer src="https://web3dsurvey.com/collector.js"></script>
1012
</head>
1113
<body onload="generateTOC(document.getElementById('toc'))">
1214
<!--begin-logo-->

0 commit comments

Comments
 (0)