Re: [csswg-drafts] [css-break-3][css-overflow] Proposal for pseudo-selector :overflowed-content

@Loirooriol
> :not(:wrapped-line) {
>   height: 0;
> }


and next one:
input:focus
{
   display:none;
}

Elements with display:none cannot be focusable. IE, FF and Cr differently handle this stylesheet. 


-- 
GitHub Notification of comment by Nadya678
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2011#issuecomment-348033343 using your GitHub account

Received on Wednesday, 29 November 2017 23:37:18 UTC