Skip to content

Commit fd2a456

Browse files
author
Raphael Kubo da Costa
committed
Temporarily disable links inside embedded SVG to allow CI to work.
Due to w3c/spec-prod#139, CI is failing because spec-prod is having trouble parsing the <a> elements in our embedded SVG diagram in the Sensor Lifecycle section (these elements are SVGAElements rather than HTMLAnchorElements). For now, simply remove the links to allow CI to work again.
1 parent 0fa7ba3 commit fd2a456

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

index.bs

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -966,46 +966,49 @@ The [=task source=] for the [=tasks=] mentioned in this specification is the <df
966966
}
967967
}
968968
</style>
969+
<!-- Links have been temporarily disabled to allow CI to work. See w3c/spec-prod#139 for more information. -->
969970
<g class="graph" transform="scale(1 1) rotate(0) translate(4 74.5122)">
970971
<title>Sensor lifecycle</title>
971-
<a xlink:href="#dom-sensor-state-slot">
972+
<!-- <a xlink:href="#dom-sensor-state-slot"> -->
972973
<g class="node">
973974
<title>idle</title>
974975
<path d="M96.997,-64C96.997,-64 66.997,-64 66.997,-64 60.997,-64 54.997,-58 54.997,-52 54.997,-52 54.997,-36 54.997,-36 54.997,-30 60.997,-24 66.997,-24 66.997,-24 96.997,-24 96.997,-24 102.997,-24 108.997,-30 108.997,-36 108.997,-36 108.997,-52 108.997,-52 108.997,-58 102.997,-64 96.997,-64" fill="white" stroke="black"/>
975976
<text text-anchor="middle" transform="translate(0,-2)" x="81.997" y="-41.2">idle</text>
976977
</g>
977-
</a>
978-
<a xlink:href="#dom-sensor-state-slot">
978+
<!-- </a> -->
979+
<!-- <a xlink:href="#dom-sensor-state-slot"> -->
979980
<g class="node">
980981
<title>activating</title>
981982
<path d="M214.997,-64C214.997,-64 156.997,-64 156.997,-64 150.997,-64 144.997,-58 144.997,-52 144.997,-52 144.997,-36 144.997,-36 144.997,-30 150.997,-24 156.997,-24 156.997,-24 214.997,-24 214.997,-24 220.997,-24 226.997,-30 226.997,-36 226.997,-36 226.997,-52 226.997,-52 226.997,-58 220.997,-64 214.997,-64" fill="white" stroke="black"/>
982983
<text text-anchor="middle" transform="translate(0,-2)" x="185.997" y="-41.2">activating</text>
983984
</g>
984-
</a>
985+
<!-- </a> -->
985986
<g class="edge">
986987
<title>idle-&gt;activating</title>
987988
<path d="M109,-38.0296C116.891,-37.4946 125.842,-37.2349 134.762,-37.2507" fill="none" stroke="black"/>
988989
<polygon fill="black" points="144.762,-37.3855 134.702,-41.7502 139.762,-37.318 134.763,-37.2506 134.763,-37.2506 134.763,-37.2506 139.762,-37.318 134.823,-32.751 144.762,-37.3855 144.762,-37.3855" stroke="black"/>
989990
<text text-anchor="middle" transform="translate(0,-4)" x="133.576" y="-20.9121">start()</text>
990-
<a xlink:href="#sensor-start">
991+
<!-- <a xlink:href="#sensor-start"> -->
991992
<text text-anchor="middle" transform="translate(0,-4)" x="133.576" y="-20.9121">start()</text>
992-
</a>
993+
<!-- </a> -->
993994
</g>
994995
<g class="edge">
995996
<title>activating-&gt;idle</title>
996997
<path d="M144.762,-50.6145C136.302,-50.8304 127.428,-50.7883 119.129,-50.4883" fill="none" stroke="black"/>
997998
<polygon fill="black" points="109,-49.9704 119.217,-45.987 113.993,-50.2258 118.987,-50.4811 118.987,-50.4811 118.987,-50.4811 113.993,-50.2258 118.757,-54.9753 109,-49.9704 109,-49.9704" stroke="black"/>
998999
<text text-anchor="middle" transform="translate(0,-4)" x="119.656" y="-59.3122">
999-
<a xlink:href="#sensor-onerror">onerror</a>
1000+
<!-- <a xlink:href="#sensor-onerror"> -->
1001+
onerror
1002+
<!-- </a> -->
10001003
</text>
10011004
</g>
1002-
<a xlink:href="#dom-sensor-state-slot">
1005+
<!-- <a xlink:href="#dom-sensor-state-slot"> -->
10031006
<g class="node">
10041007
<title>activated</title>
10051008
<path d="M330.997,-40C330.997,-40 274.997,-40 274.997,-40 268.997,-40 262.997,-34 262.997,-28 262.997,-28 262.997,-12 262.997,-12 262.997,-6 268.997,-0 274.997,-0 274.997,-0 330.997,-0 330.997,-0 336.997,-0 342.997,-6 342.997,-12 342.997,-12 342.997,-28 342.997,-28 342.997,-34 336.997,-40 330.997,-40" fill="white" stroke="black"/>
10061009
<text text-anchor="middle" transform="translate(0,-2)" x="302.997" y="-17.2">activated</text>
10071010
</g>
1008-
</a>
1011+
<!-- </a> -->
10091012
<g class="edge">
10101013
<title>activating-&gt;activated</title>
10111014
<path d="M227.218,-35.606C235.505,-33.8766 244.319,-32.037 252.881,-30.2504" fill="none" stroke="black"/>
@@ -1015,7 +1018,15 @@ The [=task source=] for the [=tasks=] mentioned in this specification is the <df
10151018
<title>activated-&gt;idle</title>
10161019
<path d="M262.74,-17.3829C244.593,-16.1731 226.997,-15 226.997,-15 226.997,-15 144.997,-15 144.997,-15 144.997,-15 132.341,-20.9199 118.465,-27.4103" fill="none" stroke="black"/>
10171020
<polygon fill="black" points="109.291,-31.7014 116.442,-23.3883 113.82,-29.5829 118.349,-27.4645 118.349,-27.4645 118.349,-27.4645 113.82,-29.5829 120.255,-31.5406 109.291,-31.7014 109.291,-31.7014" stroke="black"/>
1018-
<text text-anchor="middle" transform="translate(0,-4)" x="200" y="5"><a xlink:href="#sensor-stop">stop()</a> / <a xlink:href="#sensor-onerror">onerror</a></text>
1021+
<text text-anchor="middle" transform="translate(0,-4)" x="200" y="5">
1022+
<!-- <a xlink:href="#sensor-stop"> -->
1023+
stop()
1024+
<!-- </a> -->
1025+
/
1026+
<!-- <a xlink:href="#sensor-onerror"> -->
1027+
onerror
1028+
<!-- </a> -->
1029+
</text>
10191030
</g>
10201031
<g class="node">
10211032
<title>start</title>
@@ -1025,9 +1036,9 @@ The [=task source=] for the [=tasks=] mentioned in this specification is the <df
10251036
<title>start-&gt;idle</title>
10261037
<path d="M19.2724,-44C25.2754,-44 34.8461,-44 44.6767,-44" fill="none" stroke="black"/>
10271038
<polygon fill="black" points="54.8766,-44 44.8767,-48.5001 49.8766,-44 44.8766,-44.0001 44.8766,-44.0001 44.8766,-44.0001 49.8766,-44 44.8766,-39.5001 54.8766,-44 54.8766,-44" stroke="black"/>
1028-
<a xlink:href="#extension-sensor-interface">
1039+
<!-- <a xlink:href="#extension-sensor-interface"> -->
10291040
<text text-anchor="middle" transform="translate(0,-4)" x="29.5" y="-52.1333">construct</text>
1030-
</a>
1041+
<!-- </a> -->
10311042
</g>
10321043
</g>
10331044
</svg>

0 commit comments

Comments
 (0)