We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the CSS3 position spec, the 'position' attribute (https://www.w3.org/TR/css-position-3/#position-property or https://drafts.csswg.org/css-position/#position-property) notes that it applies to:
"all elements except table-column-group and table-column"
However later in the spec it specifies what to do for position: relative (and position: sticky, by inference) for table-column-group and table-column:
"table-column-group, table-column do not offset the respective column and has no visual affect when position: relative is applied." (https://www.w3.org/TR/css-position-3/#valdef-position-relative)
Is such a specification required, if the core 'position' attribute is not valid on elements with those display types?
The text was updated successfully, but these errors were encountered:
Done as part of the larger rewrite.
Sorry, something went wrong.
No branches or pull requests
In the CSS3 position spec, the 'position' attribute (https://www.w3.org/TR/css-position-3/#position-property or https://drafts.csswg.org/css-position/#position-property) notes that it applies to:
"all elements except table-column-group and table-column"
However later in the spec it specifies what to do for position: relative (and position: sticky, by inference) for table-column-group and table-column:
"table-column-group, table-column do not offset the respective column and has no visual affect when position: relative is applied." (https://www.w3.org/TR/css-position-3/#valdef-position-relative)
Is such a specification required, if the core 'position' attribute is not valid on elements with those display types?
The text was updated successfully, but these errors were encountered: