[Webkit-unassigned] [Bug 229542] [CSS Cascade Layers] Initial support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 10:22:28 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229542

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
> Is this preferable to just always using a Vector<>? Or is a name list with
> one item different from a simple name?

One for the statement case, another for the block case. See the different constructor variants. I just used Vector initially but this ended up reading better. Otherwise I also need a separate bool to differentiate between the cases.

> What happened to 9? Why do we number these from here on?

 Needs some historical digging.

> Not sure why we need exploit values here?

We don't, I was just sticking with the existing style.

> Reference a bug url?
> in a stack? on the stack?

I'll be fixing both shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210827/9c1520d9/attachment.htm>


More information about the webkit-unassigned mailing list