Skip to content

issues Search Results · repo:mfreed7/declarative-shadow-dom language:HTML

Filter by

20 results
 (56 ms)

20 results

inmfreed7/declarative-shadow-dom (press backspace or delete to remove)

With set innerHTML you could also assing, script, link and other tags, wich the dom parser will move into the head section
  • jogibear9988
  • 2
  • Opened 
    on Mar 24, 2024
  • #23

e.g: template id= style1 style * { color: red; } /style /template template id= style2 style * { background: blue; } /style /template my-element ...
  • mantou132
  • 2
  • Opened 
    on Nov 27, 2023
  • #22

Declarative Shadow Dom looks like a great idea but I m missing something that is mentioned nowhere. This new feature seems useless to me unless we bring back html imports. Does anyone though about this? ...
  • vricop
  • Opened 
    on Oct 21, 2022
  • #18

As Blink only renders after closing tag /template comes (mentioned in here), it creates a big performance issue for SSR with streaming, which renders declarative shadow DOM in the server side and send ...
  • YusakuNo1
  • 2
  • Opened 
    on Sep 19, 2022
  • #17

!DOCTYPE html shadowed-element template shadowroot=open !-- This is the SSR content -- style div { font-size:24pt; color: blue; ...
  • LionsAd
  • 1
  • Opened 
    on May 19, 2022
  • #16

A MutationObserver activated in a blocking script allows for the observation of insertion driven by document parsing itself (apart from those within templates). I would have expected that declarative ...
  • bathos
  • 8
  • Opened 
    on Mar 10, 2022
  • #15

Per the separation of concerns principle, the markup should only specify semantics. Polluting it with template children when the purpose is purely stylistic goes very much against it, is inelegant, verbose, ...
  • ByteEater-pl
  • 1
  • Opened 
    on Dec 23, 2021
  • #14

I am trying to implement this new feature for my SSR of component and loving it thus far. however, I ve run into an issue, and I do hope I m at the right place here. what I m struggling with is that for ...
  • chris-kruining
  • 7
  • Opened 
    on Jun 24, 2021
  • #13

Is there a description of the behavior when a declarative shadow root is declared for html/head/fieldset? I m finding these will not become shadow roots.
  • michaelcpuckett
  • 4
  • Opened 
    on Jun 7, 2021
  • #12

Please pardon my ignorance but will there be a possibility of attaching event handlers to the elements within the shadow dom, at the time of declaration?
  • dpnishant
  • 1
  • Opened 
    on Jan 13, 2021
  • #11
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub