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

Specify value in setter steps #917

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 3 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,8 +1873,9 @@ The <dfn>getter steps</dfn> of an attribute |attr| should be introduced using te
are to” followed by an inline description.

The <dfn>setter steps</dfn> of an attribute |attr| should be introduced using text of the form “The
<code>|attr|</code> setter steps are:” followed by a list, or “The <code>|attr|</code> setter steps
are to” followed by an inline description.
<code>|attr|</code> setter steps, given a [type] <code>newValue</code>, are:” followed by a list, or
“The <code>|attr|</code> setter steps, given a [type] <code>newValue</code>, are to” followed by an
inline description.

The [=identifier=] of an
[=attribute=]
Expand Down