File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1239,12 +1239,12 @@ dictionary SensorErrorEventInit : EventInit {
1239
1239
};
1240
1240
</pre>
1241
1241
1242
+ {{SensorErrorEvent}} instances are constructed by following the steps described
1243
+ in {{Event}} 's <a for="Event">constructor</a> .
1242
1244
1243
- ### SensorErrorEvent.error ### {#sensor-error-event-error}
1244
-
1245
- The {{SensorErrorEvent/error!!attribute}} getter steps are to return the value it was initialized to.
1246
-
1247
- It represents the {{DOMException}} object passed to {{SensorErrorEventInit}} .
1245
+ The <dfn attribute for="SensorErrorEvent">error</dfn> attribute must return the
1246
+ value it was initialized to. It represents the {{DOMException}} object passed
1247
+ to {{SensorErrorEventInit}} .
1248
1248
1249
1249
<h2 id="abstract-operations">Abstract Operations</h2>
1250
1250
You can’t perform that action at this time.
0 commit comments