Re: [csswg-drafts] [css-display] Should all the `inline-foo` and `inline foo` forms be distinct?

Not sure if that is smart or not because it's late but maybe we can divide display in three instead of two: ```<display-outside> <display-inside> <display-mode>``` where ```<display-mode>``` is ```normal``` or ```legacy```. Values like ```inline-foo``` would transform to ```inline foo legacy``` while ```ilnline foo``` would be equivalent to ```inline foo normal```. Then we can use legacy as a parameter for display transforms like blockification and inlinification to accomodate the legacy exceptions we need.

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

Received on Thursday, 1 June 2017 06:44:15 UTC