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: Selectors to Standardize

2015-08-19 Thread Ehsan Akhgari
On 2015-08-19 4:33 PM, fantasai wrote: (A) So far we already have on the standards track :-moz-only-whitespace as :blank http://www.w3.org/TR/selectors4/#the-blank-pseudo **Please, if you all have better name suggestions, we welcome them.** [ :blank imho sounds like a blank for

Re: Selectors to Standardize

2015-08-19 Thread Xidorn Quan
On Thu, Aug 20, 2015 at 6:33 AM, fantasai wrote: > > :-moz-full-screen > :-moz-full-screen-ancestor :-moz-full-screen has been standardized as :fullscreen in Fullscreen API Standard [1], and that spec also introduces a new pseudo-element ::backdrop which has been implemented in Blink and Trid