issues Search Results · repo:mdn/web-components-examples language:JavaScript
Filter by
27 results
(115 ms)27 results
inmdn/web-components-examples (press backspace or delete to remove)https://github.com/mdn/web-components-examples/blob/712ce27cd5b3c894ebc9b9958ec0973e3e86157b/slotchange/main.js#L40
this.shadowRoot Remove this. as this.shadowRoot is null and shadowRoot is already defined ...
SakshiShreya
- 4
- Opened on Jan 31, 2024
- #76
When I helped Mark Zuckerberg create Facebook by allowing him to open source my Copyrights of Apache 2.0 I agreed with
it being free for customers of Facebook, but not companies using it as well . So there ...
Drewdaddy563677
- 2
- Opened on Jan 3, 2024
- #75
My issue relate to:
https://github.com/mdn/web-components-examples/tree/712ce27cd5b3c894ebc9b9958ec0973e3e86157b/simple-template
My point is the custom-element name and the template id name is the same ...
ngdangtu-vn
- 4
- Opened on Dec 27, 2023
- #74
Taking list items as individual items is a pretty awkward API that people are using as an example of why web components
have a bad API. It s a poor argument - you can make a similar component API in any ...
justinfagnani
- 2
- Opened on Oct 25, 2023
- #66
Approving good
Originally posted by @Yusufsuryanata1999 in https://github.com/mdn/content/pull/27780#pullrequestreview-1515076829
### 9Yusufsuryanata199
- [ ] https://github.com/mdn/web-components-examples/pull/57 ...
Yusufsuryanata1999
- Opened on Jul 5, 2023
- #59
BaptisteAlberti
- Opened on Jun 19, 2023
- #58
Add one or more examples of creating a form-associated element using attachInternals() and formAssociated.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals https://web.dev/more-capable-form-controls/ ...
effort: medium
new example
ostomachion
- 2
- Opened on Feb 17, 2023
- #53
In the word-count-web-component javascript file, there is a comment that goes as follows :
// Update count when element content changes
setInterval(function() {
var count = Words: + countWords(wcParent); ...
accepting pr
effort: small
enhancement
Vaatik
- 2
- Opened on Dec 8, 2022
- #51
constructor() {
// Always call super first in constructor
super();
const shadow = this.attachShadow({mode: open });
const div = document.createElement( div );
const style = document.createElement( ...
effort: small
Danny-Engelman
- 1
- Opened on May 8, 2022
- #43

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.