Skip to content

Commit e5e754d

Browse files
authored
Merge pull request #430 from rakuco/improve-SensorErrorEvent-description
Improve SensorErrorEvent description.
2 parents 1919432 + 61ce33d commit e5e754d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,12 +1239,12 @@ dictionary SensorErrorEventInit : EventInit {
12391239
};
12401240
</pre>
12411241

1242+
{{SensorErrorEvent}} instances are constructed by following the steps described
1243+
in {{Event}}'s <a for="Event">constructor</a>.
12421244

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}}.
12481248

12491249
<h2 id="abstract-operations">Abstract Operations</h2>
12501250

0 commit comments

Comments
 (0)