mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
LibWeb/CSS: Update UA stylesheet to use :heading
Corresponds to part of
65dc095e44
This commit is contained in:
parent
503d41d02d
commit
00cadf41d8
Notes:
github-actions[bot]
2025-08-13 08:48:36 +00:00
Author: https://github.com/AtkinsSJ
Commit: 00cadf41d8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5830
1 changed files with 3 additions and 3 deletions
|
@ -424,8 +424,8 @@ nobr wbr {
|
||||||
}
|
}
|
||||||
|
|
||||||
address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
|
address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
|
||||||
legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2,
|
legend, listing, main, p, plaintext, pre, summary, xmp, article, aside,
|
||||||
h3, h4, h5, h6, hgroup, nav, search, section, table, caption, colgroup, col, thead,
|
:heading, hgroup, nav, search, section, table, caption, colgroup, col, thead,
|
||||||
tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, bdi, output,
|
tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, bdi, output,
|
||||||
[dir=ltr i], [dir=rtl i], [dir=auto i] {
|
[dir=ltr i], [dir=rtl i], [dir=auto i] {
|
||||||
unicode-bidi: isolate;
|
unicode-bidi: isolate;
|
||||||
|
@ -444,7 +444,7 @@ input[dir=auto i]:is([type=search i], [type=tel i], [type=url i],
|
||||||
* https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings
|
* https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
article, aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section {
|
article, aside, :heading, hgroup, nav, section {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue