<head>
, <script>
, <style>
Quite a lot of browsers have a trouble finding content in <script>
and <style>
. Makes live authoring code navigation a bit harder than it should.
I've made a test case and run a quick compatibility check. Opera and Chrome had amazing support. Edge switched to Blink but still matches IE11 behavior.
Chrome | EdgeHTML | Firefox | Internet Explorer | Opera | |
---|---|---|---|---|---|
head title | …28…72…73…85 | 5-10…15…67 | |||
head script | …28…72… | 9,10…15… | |||
head style | …28…72… | 9,10…15… | |||
body script | …28…72… | …18 | …11 | 9,10…15… | |
body style | …28…72… | …18 | …3…75 | …11 | 9,10…15… |
Bug tracking: