Erik Nordin

Results 19 comments of Erik Nordin

Ah yes. That happened in my PR. Sorry about that. I had removed the note because it was specific to `[Constructor]` and no longer seemed relevant. I'm unclear why it...

Why not simply `.constructedStyleSheets`? The name is a bit longer than `.adoptedStyleSheets`, but it is clear about exactly what this is for: the structure that holds the style sheets that...

I think it's reasonable to not tie the name to how the sheets are created in case that were to change in the future. I am just referring to the...

This was discussed and resolved here: https://github.com/WICG/construct-stylesheets/issues/93#issuecomment-577713131 As of right now, constructed always go after other author sheets.

Hi Randy-Buchholz It was determined through https://github.com/WICG/construct-stylesheets/issues/105#issuecomment-577704271 that `CSSStyleSheet` should no longer be able to be constructed with a `title` or `alternate` flag. Unfortunately, it looks like the spec was...

I think the following behavior for Constructed StyleSheets would make the most sense: * `replace()` ignores @import rules and continues to parse the rest of the sheet. * `replaceSync()` ignores...

@tabatkins thank you for your response, and for linking to the relevant section of the spec. I'm implementing this in Firefox right now, and I want to make sure that...

@chrishtr Thanks for the clarification. I had started work on this feature prior to the decision about #119. As it says in #119, "this [restriction] might relax in future." I...

@chrishtr I stand corrected. I had assumed that since the decision from #119 said: > "this [restriction] might relax in the future" that the underlying implementation would be kept around,...

@mfreed7 Thanks for the update. In that case, I do think that this issue is still relevant.