Re: Selectors to Standardize

2015-08-27 Thread L. David Baron
On Wednesday 2015-08-19 13:33 -0700, fantasai wrote: > (A) So far we already have on the standards track > > :-moz-read-only as :read-only ?? > :-moz-read-write as :read-write ?? > http://www.w3.org/TR/selectors4/#rw-pseudos > These were pushed to CR in > http://www.w3.org/TR/200

Re: Selectors to Standardize

2015-08-27 Thread Boris Zbarsky
On 8/19/15 4:33 PM, fantasai wrote: :-moz-first-node :-moz-last-node These are only used as part of our quirks stylesheet. That said, the quirks mode spec may need something like these or an equivalent. -Boris ___ dev-platform mailing list d

Re: I think XUL overlays should also ignore query strings.

2015-08-27 Thread Boris Zbarsky
On 8/17/15 2:06 PM, Philip Chee wrote: Yes we now have a CloneIgnoringRef. How difficult is it to make a clone-ignoring-query? More difficult than one would assume, because any time nsIURI is changed we have to jump through hoops to keep the serialization/deserialization code in principals th

Re: Allowing web apps to delay layout/rendering on startup

2015-08-27 Thread Boris Zbarsky
On 8/6/15 4:09 AM, Jonas Sicking wrote: Agreed. Would it work to define that they behave like inside of a display:none layout tree? Or will that still force some cascade calculations to happen? If you getComputedStyle then you'll still end up doing style computation in display:none subtrees.