Skip to content

Commit 6dc550e

Browse files
committed
Remove UA styles for h1 in article, aside, nav, section
Fixes #7867
1 parent aa586d0 commit 6dc550e

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
@@ -136596,19 +136596,6 @@ h4 { margin-block: 1.33em; font-size: 1.00em; font-weight: bold; }
136596136596
h5 { margin-block: 1.67em; font-size: 0.83em; font-weight: bold; }
136597136597
h6 { margin-block: 2.33em; font-size: 0.67em; font-weight: bold; }</code></pre>
136598136598

136599-
<p>In the following CSS block, <var>x</var> is shorthand for the following selector:
136600-
<code data-x="">:is(article, aside, nav, section)</code></p>
136601-
136602-
<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";
136603-
136604-
<var>x</var> h1 { margin-block: 0.83em; font-size: 1.50em; }
136605-
<var>x</var> <var>x</var> h1 { margin-block: 1.00em; font-size: 1.17em; }
136606-
<var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.33em; font-size: 1.00em; }
136607-
<var>x</var> <var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.67em; font-size: 0.83em; }
136608-
<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>
136609-
136610-
<p class="note">The shorthand is used to keep this block at least mildly readable.</p>
136611-
136612136599

136613136600

136614136601
<h4>Lists</h4>

0 commit comments

Comments
 (0)