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

Editorial: fix up .message text #51

Merged
merged 6 commits into from Mar 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions index.html
Expand Up @@ -937,10 +937,12 @@ <h4>
`message` attribute
</h4>
<p>
The <dfn>message</dfn> attribute MUST return an error message
describing the details of the error encountered. This attribute is
primarily intended for debugging and developers SHOULD NOT use it
directly in their application user interface.
The <dfn>message</dfn> attribute is a developer-friendly textual
description of the <a>code</a> attribute.
</p>
<p class="note">
The purpose of the <a>message</a> attribute is to assist
with debugging and it's not intended to be shown to end users.
</p>
</section>
</section>
Expand Down