Web Components
Developers can create custom, reusable, encapsulated HTML tags for the web using Web Components. Components use the Custom Element standard, frequently in combination with the Shadow DOM, HTML Templates, and ES Modules.
Here are 1,686 public repositories matching this topic...
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
May 29, 2022 - TypeScript
-
Updated
May 19, 2022 - TypeScript
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 11, 2022 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.
Twitch Support
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
May 30, 2022 - JavaScript
-
Updated
Mar 17, 2021 - JavaScript
The semantic dom diff plugin uses some global variables like __mocha_context__ and __snapshot__ which are only available in a karma mocha context. When it's user in other test runners, or karma without mocha, it crashes with an unhelpful message.
We should check for these variables, and throw a helpful error to the user that explains this plugin can only be used in Karma.
-
Updated
May 31, 2022 - JavaScript
-
Updated
May 30, 2022 - JavaScript
-
Updated
May 31, 2022 - TypeScript
The default data includes dfua16 links. These need to be updated to be relative or part of the compilation process.
-
Updated
May 27, 2022 - C#
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 26, 2022 - JavaScript
-
Updated
May 17, 2022 - JavaScript
-
Updated
May 8, 2022 - TypeScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia
aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#associated_roles
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.