Hacker News
- Introducing Shadow DOM API https://www.webkit.org/blog/4096/introducing-shadow-dom-api/ 149 comments
- What the Heck is Shadow DOM? http://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/ 18 comments
- Declarative Shadow DOM Merged into HTML Standard https://github.com/whatwg/html/pull/5465 3 comments
- Shadow DOM enabled in Firefox nightly https://bugzilla.mozilla.org/1460069 60 comments
- The Shadow DOM is in the front https://abstract.properties/the-shadow-dom-is-in-the-front.html 9 comments javascript
- Is the Shadow DOM is an antipattern ? https://gomakethings.com/the-shadow-dom-is-an-antipattern/ 9 comments webdev
- Declarative Shadow DOM https://webkit.org/blog/13851/declarative-shadow-dom/ 3 comments frontend
- Shadow DOM and accessibility: the trouble with ARIA https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/ 9 comments web_design
- Shadow DOM and accessibility: the trouble with ARIA https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/ 6 comments programming
- Exploring Declarative Shadow DOM https://www.wiktorwisniewski.dev/blog/exploring-declarative-shadow-dom 4 comments frontend
- What is the Shadow DOM? https://bitsofco.de/what-is-the-shadow-dom/ 12 comments programming
- Using shadow DOM - Web Components https://developer.mozilla.org/en-us/docs/web/web_components/using_shadow_dom 3 comments javascript
- What the Heck is Shadow DOM? https://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/ 4 comments programming
- Chrome 53 Beta: Shadow DOM version 1! http://blog.chromium.org/2016/08/chrome-53-beta-shadow-dom.html 39 comments programming
- Introducing Shadow DOM API https://www.webkit.org/blog/4096/introducing-shadow-dom-api/ 6 comments programming
- All major browser vendors now working on Shadow DOM v1 https://twitter.com/polymer/status/644193936140042240 41 comments javascript
- Shadow DOM: SVG, CSS, React and Angular http://acko.net/blog/shadow-dom/ 8 comments webdev
- Fun with Shadow DOM http://matthewphillips.info/posts/fun-with-shadow-dom.html 12 comments javascript
- Shadow DOM — Acko.net http://acko.net/blog/shadow-dom/ 2 comments programming
- Shadow DOM http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html 5 comments javascript
- What the Heck is Shadow DOM? http://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/ 11 comments web_design
- The life of a Web Component - Reversing the Shadow DOM visibility https://hugodaniel.com/posts/the-life-of-a-web-component-reverse-shadow-dom/ 9 comments javascript
- Mozilla: Intent to Ship Shadow DOM v1! https://groups.google.com/forum/#!topic/mozilla.dev.platform/ajvuladn-hk 5 comments javascript
- Demystifying the Shadow DOM and learning a new secret weapon as a Web Developer https://thetshaped.dev/p/demystifying-the-shadow-dom 14 comments programming
- Google Developers: Shadow DOM v1: self-contained web components https://developers.google.com/web/fundamentals/primers/shadowdom 23 comments javascript
- Shadow DOM (key to Web Components) is happening - being added to Edge & Safari https://dev.windows.com/en-us/microsoft-edge/platform/status/shadowdom 5 comments webdev
- Chrome 80 finally removes Shadow DOM V0, Custom Elements V0, and HTML Imports https://chromestatus.com/feature/4507242028072960 23 comments firefox
- Blink: "Intent to Deprecate and Remove: Shadow DOM V0, Custom Elements V0, HTML Imports" https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/h-jwmipunuu/sl79alolbqaj 16 comments programming
- Use React portals to render inside shadow dom and iframes https://gist.github.com/robertgonzales/b1966af8d2a428a8299663b92fb2fe03 8 comments reactjs
- Adobe Shadow: I wasn't impressed until I saw a remote dom inspector for mobile devices (@3:16 in the video) http://www.leebrimelow.com/?p=3273 4 comments web_design
- "Happy to say that support for Custom Elements and Shadow DOM is coming to Gecko in the Firefox 59/60 time frame. Web Components FTW!" https://mobile.twitter.com/andreasbovens/status/935870321386754048 7 comments firefox
- YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome https://twitter.com/cpeterso/status/1021626510296285185 9 comments chrome
- YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome. https://twitter.com/cpeterso/status/1021626510296285185 16 comments microsoft
- YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome. https://twitter.com/cpeterso/status/1021626510296285185 62 comments windows
- YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome. https://twitter.com/cpeterso/status/1021626510296285185 1878 comments programming
- "YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome." https://twitter.com/cpeterso/status/1021626510296285185 16 comments chrome
- YouTube page load is 5x slower in Firefox and Edge than in Chrome because YouTube's Polymer redesign relies on the deprecated Shadow DOM v0 API only implemented in Chrome https://twitter.com/cpeterso/status/1021626510296285185 123 comments firefox
- The modern Web Components pillars: Templates, Custom Elements, Shadow DOM, and Imports, were all features originally in IE5, released in 1999. http://blog.mecheye.net/2017/08/introduction-to-html-components/ 4 comments webdev
- Apple removing 'Shadow DOM' from Webkit. - "Remove the remaining 8.8 million lines of Shadow DOM code to align with goals for intent to ship 60fps on mobile in 2014." http://trac.webkit.org/changeset/164131 18 comments webdev
- TIL how to make IE render rounded corners, gradients, and shadows without a js file or dom garbage. http://css3pie.com/ 10 comments programming