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

HTML: default style for fieldset #12501

Merged
merged 2 commits into from
Aug 20, 2018
Merged

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Aug 15, 2018

zcorpan added a commit to whatwg/html that referenced this pull request Aug 15, 2018
WebKit/Chromium/EdgeHTML have 0.75em left/right padding and
0.625em bottom padding. Gecko has it the other way around.

Fixes #3921.

Tests: web-platform-tests/wpt#12501
annevk pushed a commit to whatwg/html that referenced this pull request Aug 16, 2018
WebKit/Chromium/EdgeHTML have 0.75em left/right padding and
0.625em bottom padding. Gecko has it the other way around.

Tests: web-platform-tests/wpt#12501.

Fixes #3921.
@zcorpan
Copy link
Member Author

zcorpan commented Aug 16, 2018

@annevk the spec change was merged. Can you review this also?

padding-inline-start: 0.75em;
*/
min-width: min-content;
/* TODO change the above to min-inline-size per https://github.com/whatwg/html/pull/3914 */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be changed already? I think Fx is close to shipping this at least.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min-inline-size is not yet supported in Safari or Edge, but I can update the comment.

@zcorpan zcorpan merged commit b6a5c0b into master Aug 20, 2018
@zcorpan zcorpan deleted the zcorpan/fieldset-default-style branch August 20, 2018 10:14
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
WebKit/Chromium/EdgeHTML have 0.75em left/right padding and
0.625em bottom padding. Gecko has it the other way around.

Tests: web-platform-tests/wpt#12501.

Fixes whatwg#3921.
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
WebKit/Chromium/EdgeHTML have 0.75em left/right padding and
0.625em bottom padding. Gecko has it the other way around.

Tests: web-platform-tests/wpt#12501.

Fixes whatwg#3921.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants