RE: CoverageJSON - call for consensus

Hi Jon,

On Wednesday, June 28, 2017 4:17 PM, Jon Blower [mailto:j.d.blower@reading.ac.uk] wrote:

> Lars – the formatting looks OK to me, and has editors and a date in the usual W3C
> way. Perhaps your browser didn’t pick up the stylesheet or something?

That's correct: it doesn't pick up respec correctly. I _think_ that is because the html file is served over https but in the file respec is referenced with an http URI (not an https URI) which causes both Firefox and Chrome to raise security concerns (insecure content) and simply refuse to load the script. Changing line six in https://w3c.github.io/sdw/coverage-json/ to 

[[
<script  class="remove"  src="https://www.w3.org/Tools/respec/respec-w3c-common"></script>
]]

should probably do the trick.

Best,

Lars

Received on Wednesday, 28 June 2017 14:40:06 UTC