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

@fantasai 

> `position: legend` makes sense, yeah. If `position: relative` is not a source of conflict, then that can be a good approach.

It does conflict with `relative`, so you'd have to compute `position: relative` to `position: relative legend`, similar to your proposal for "fieldsetty".  Anyway, I just wanted to point out that `position` is a better fit semantically. In practice, `display:legend` probably works and is simpler since `display` already has a two-value syntax, and UAs already have `legend { display:block }` in their UA sheets.

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

Received on Wednesday, 12 September 2018 23:38:19 UTC