Skip to content

Commit 1af7430

Browse files
authored
Remove UA styles for h1 in article, aside, nav, section
Fixes #7867.
1 parent 841fcfd commit 1af7430

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

source

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137396,19 +137396,6 @@ h4 { margin-block: 1.33em; font-size: 1.00em; font-weight: bold; }
137396137396
h5 { margin-block: 1.67em; font-size: 0.83em; font-weight: bold; }
137397137397
h6 { margin-block: 2.33em; font-size: 0.67em; font-weight: bold; }</code></pre>
137398137398

137399-
<p>In the following CSS block, <var>x</var> is shorthand for the following selector:
137400-
<code data-x="">:is(article, aside, nav, section)</code></p>
137401-
137402-
<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";
137403-
137404-
<var>x</var> h1 { margin-block: 0.83em; font-size: 1.50em; }
137405-
<var>x</var> <var>x</var> h1 { margin-block: 1.00em; font-size: 1.17em; }
137406-
<var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.33em; font-size: 1.00em; }
137407-
<var>x</var> <var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.67em; font-size: 0.83em; }
137408-
<var>x</var> <var>x</var> <var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 2.33em; font-size: 0.67em; }</code></pre>
137409-
137410-
<p class="note">The shorthand is used to keep this block at least mildly readable.</p>
137411-
137412137399

137413137400

137414137401
<h4>Lists</h4>

0 commit comments

Comments
 (0)