Re: [csswg-drafts] Review HTML fieldset/legend spec

Here's a proposal:
 
    @namespace html url("http://www.w3.org/1999/xhtml");
    html|fieldset { border-float-block-start: first-of-type("html|legend"); }
    html|fieldset { border-float-block-start: none; }

It's generalizable. Get it working on `fieldset` and `legend` and treat its behavior on other elements like the `appearance` property: assumed to be supported generally at some indefinite point in the future.

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

Received on Monday, 29 October 2018 15:51:40 UTC