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

redefine dialog closedby IDL to return computed value #11015

Merged
Changes from 3 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
9 changes: 6 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62018,9 +62018,12 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
is created, it must be set to the empty string.</p>

<p>The <dfn attribute for="HTMLDialogElement"><code
data-x="dom-dialog-closedBy">closedBy</code></dfn> IDL attribute must <span>reflect</span> the
<code data-x="attr-dialog-closedby">closedby</code> content attribute, <span>limited to only
known values</span>.</p>
data-x="dom-dialog-closedBy">closedBy</code></dfn> getter steps are to return the keyword
corresponding to the <span>computed closed-by state</span> given <var>this</var>.</p>

<p>The <span attribute for="HTMLDialogElement"><code
data-x="dom-dialog-closedBy">closedBy</code></span> setter steps are to set the <code
data-x="attr-dialog-closedby">closedby</code> content attribute to the given value.</p>

<p>The <dfn attribute for="HTMLDialogElement"><code data-x="dom-dialog-open">open</code></dfn> IDL
attribute must <span>reflect</span> the <code data-x="attr-dialog-open">open</code> content
Expand Down
Loading