Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SensorErrorEvent description. #430

Merged
merged 1 commit into from
Mar 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,12 +1239,12 @@ dictionary SensorErrorEventInit : EventInit {
};
</pre>

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

### SensorErrorEvent.error ### {#sensor-error-event-error}

The {{SensorErrorEvent/error!!attribute}} getter steps are to return the value it was initialized to.

It represents the {{DOMException}} object passed to {{SensorErrorEventInit}}.
The <dfn attribute for="SensorErrorEvent">error</dfn> attribute must return the
value it was initialized to. It represents the {{DOMException}} object passed
to {{SensorErrorEventInit}}.

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

Expand Down