Skip to content

Comments

Adds CustomStateSet#8093

Merged
jpmedley merged 5 commits intomdn:mainfrom
rachelandrew:CustomStateSet
Sep 9, 2021
Merged

Adds CustomStateSet#8093
jpmedley merged 5 commits intomdn:mainfrom
rachelandrew:CustomStateSet

Conversation

@rachelandrew
Copy link
Collaborator

Adds the CustomStateSet interface in Markdown. As this is an addition to ElementInternals this also adds the property page and link to that Interface in HTML.

Reviewer @jpmedley

@rachelandrew rachelandrew requested a review from jpmedley August 19, 2021 12:13
@rachelandrew rachelandrew requested a review from a team as a code owner August 19, 2021 12:13
@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2021

Preview URLs

Flaws

Note! 11 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/CustomStateSet/entries
Title: CustomStateSet.entries()
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Iterator does not exist

External URLs

URL: /en-US/docs/Web/API/ElementInternals
Title: ElementInternals
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/ElementInternals/states
Title: ElementInternals.states
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet
Title: CustomStateSet
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/add
Title: CustomStateSet.add()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/forEach
Title: CustomStateSet.forEach()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/delete
Title: CustomStateSet.delete()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/values
Title: CustomStateSet.values()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/entries
Title: CustomStateSet.entries()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/has
Title: CustomStateSet.has()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/clear
Title: CustomStateSet.clear()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/keys
Title: CustomStateSet.keys()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/CustomStateSet/size
Title: CustomStateSet.size()
on GitHub

No new external URLs

(this comment was updated 2021-09-09 13:32:14.581492)

Copy link
Collaborator

@jpmedley jpmedley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see the comments I made on line 19 of the interface page. I don't believe your assessment of what this interface is is correct. I'd like to resolve this before I finish the review.

---
{{DefaultAPISidebar("DOM")}}

The **`entries`** method of the {{domxref("CustomStateSet")}} interface returns a new {{jsxref("Iterator")}} object, containing an array of `[value,value]` for each element in the `CustomStateSet`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[value,value]? I don't understand.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpmedley jpmedley merged commit 59e9fd4 into mdn:main Sep 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants