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

Remove UA styles for h1 in article, aside, nav, section #11102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -136596,19 +136596,6 @@ h4 { margin-block: 1.33em; font-size: 1.00em; font-weight: bold; }
h5 { margin-block: 1.67em; font-size: 0.83em; font-weight: bold; }
h6 { margin-block: 2.33em; font-size: 0.67em; font-weight: bold; }</code></pre>

<p>In the following CSS block, <var>x</var> is shorthand for the following selector:
<code data-x="">:is(article, aside, nav, section)</code></p>

<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";

<var>x</var> h1 { margin-block: 0.83em; font-size: 1.50em; }
<var>x</var> <var>x</var> h1 { margin-block: 1.00em; font-size: 1.17em; }
<var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.33em; font-size: 1.00em; }
<var>x</var> <var>x</var> <var>x</var> <var>x</var> h1 { margin-block: 1.67em; font-size: 0.83em; }
<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>

<p class="note">The shorthand is used to keep this block at least mildly readable.</p>



<h4>Lists</h4>
Expand Down