Skip to content
New issue

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

'inherit' keyword incorrectly resolves to the specified value of parent #2768

Closed
gsnedders opened this issue Jun 14, 2018 · 3 comments · Fixed by #5311
Closed

'inherit' keyword incorrectly resolves to the specified value of parent #2768

gsnedders opened this issue Jun 14, 2018 · 3 comments · Fixed by #5311

Comments

@gsnedders
Copy link
Contributor

gsnedders commented Jun 14, 2018

From https://lists.w3.org/Archives/Public/www-style/2011Oct/0482.html:

Previously fixed in 2.1 errata.

@gsnedders gsnedders added the CSS2 label Jun 14, 2018
@gsnedders gsnedders mentioned this issue Jun 14, 2018
31 tasks
@gsnedders
Copy link
Contributor Author

border-width-011 tests this and passes everywhere.

@gsnedders
Copy link
Contributor Author

gsnedders commented Mar 18, 2020

2aa48e8 + ab60bee is the textual fix here.

@gsnedders
Copy link
Contributor Author

Also css/CSS2/visuren/inherit-static-offset-003.xht (passes everywhere), CSS2/positioning/relpos-calcs-[001-007].xht (most pass everywhere, some failures in Servo), CSS2/normal-flow/width-inherit-001.xht (passes everywhere) among others, at a quick glance

gsnedders added a commit to gsnedders/csswg-drafts that referenced this issue Jul 9, 2020
Fixes w3c#2768.

From https://lists.w3.org/Archives/Public/www-style/2011Oct/0482.html:

   - RESOLVED: Fix wording in CSS2.1 sections 6.2.1 and 6.1.1 to say
               that 'inherit' causes the property's specified value
               to be its parent's computed value.
               http://www.w3.org/Bugs/Public/show_bug.cgi?id=14420

Originally fixed in 2aa48e8 and ab60bee.

Co-authored-by: Sam Sneddon <me@gsnedders.com>
fantasai pushed a commit that referenced this issue Nov 9, 2020
Fixes #2768.

From https://lists.w3.org/Archives/Public/www-style/2011Oct/0482.html:

   - RESOLVED: Fix wording in CSS2.1 sections 6.2.1 and 6.1.1 to say
               that 'inherit' causes the property's specified value
               to be its parent's computed value.
               http://www.w3.org/Bugs/Public/show_bug.cgi?id=14420

Originally fixed in 2aa48e8 and ab60bee.

Co-authored-by: Sam Sneddon <me@gsnedders.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant