-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Define whether fieldset's legend should mask border-image #3930
Comments
I don't see a reason for border-image borders to behave differently from other type of borders. But yes, we should specify somewhere how fieldset borders should be rendered in general. |
Indeed there is a difference between browsers with normal borders: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/6115 WebKit/Chromium/EdgeHTML have the same behavior, so I think I'll specify that. |
Properly define the rendering of the fieldset and legend elements. The layout model used is most similar to Gecko, which uses an anonymous box to hold the fieldset's contents. Fixes #3955, fixes #3930, fixes #3929, fixes #3928, fixes #3927, fixes #3915, fixes #3913, fixes #3660, fixes #3331, fixes #2756, fixes #4013. Tests: https://github.com/web-platform-tests/wpt/tree/master/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements https://github.com/web-platform-tests/wpt/tree/master/html/semantics/forms/the-fieldset-element
Properly define the rendering of the fieldset and legend elements. The layout model used is most similar to Gecko, which uses an anonymous box to hold the fieldset's contents. Fixes whatwg#3955, fixes whatwg#3930, fixes whatwg#3929, fixes whatwg#3928, fixes whatwg#3927, fixes whatwg#3915, fixes whatwg#3913, fixes whatwg#3660, fixes whatwg#3331, fixes whatwg#2756, fixes whatwg#4013. Tests: https://github.com/web-platform-tests/wpt/tree/master/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements https://github.com/web-platform-tests/wpt/tree/master/html/semantics/forms/the-fieldset-element
Properly define the rendering of the fieldset and legend elements. The layout model used is most similar to Gecko, which uses an anonymous box to hold the fieldset's contents. Fixes whatwg#3955, fixes whatwg#3930, fixes whatwg#3929, fixes whatwg#3928, fixes whatwg#3927, fixes whatwg#3915, fixes whatwg#3913, fixes whatwg#3660, fixes whatwg#3331, fixes whatwg#2756, fixes whatwg#4013. Tests: https://github.com/web-platform-tests/wpt/tree/master/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements https://github.com/web-platform-tests/wpt/tree/master/html/semantics/forms/the-fieldset-element
See https://bugzilla.mozilla.org/show_bug.cgi?id=1279185
WebKit/Chromium doesn't mask the border-image. Gecko does (at the legend's border edge). EdgeHTML doesn't render border-image at all on fieldset.
cc @MatsPalmgren
The text was updated successfully, but these errors were encountered: