Skip to content

removed experimental note for nested H1 and added to 140 CSS Removal #39870

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dletorey
Copy link
Contributor

@dletorey dletorey commented Jun 9, 2025

Description

  • Removed experimental note for Remove UA styles for H1
  • Added Firefox 140 release note > CSS Removal for 39629 Remove UA styles for H1

Motivation

Additional details

  • Checked that the removal has happened in:
    • Firefox Beta 140.0b6
    • Firefox nightly 141.0a1

Related issues and pull requests

  • N/A

@dletorey dletorey requested a review from a team as a code owner June 9, 2025 10:37
@dletorey dletorey requested review from dipikabh and removed request for a team June 9, 2025 10:37
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed labels Jun 9, 2025
Copy link
Contributor

github-actions bot commented Jun 9, 2025

Preview URLs

External URLs (77)

URL: /en-US/docs/Mozilla/Firefox/Experimental_features
Title: Experimental features in Firefox


URL: /en-US/docs/Mozilla/Firefox/Releases/140
Title: Firefox 140 for developers

@@ -24,6 +24,8 @@ This article provides information about the changes in Firefox 140 that affect d

#### Removals

- The `<h1>` heading doesn't decrease in font size now when nested within [sectioning elements](/en-US/docs/Web/HTML/Guides/Content_categories#sectioning_content) `<article>`, `<aside>`, `<nav>`, and `<section>`. The UA styles for `<h1>` nested within sectioning elements are no longer relevant since the outline algorithm [has been removed](https://github.com/whatwg/html/pull/7829) from the HTML specification. ([Firefox bug 1964922](https://bugzil.la/1964922)).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For more clarity, should we begin this update with first stating what's been removed?
And then explain what the previous behavior was doing. WDYT about:

Suggested change
- The `<h1>` heading doesn't decrease in font size now when nested within [sectioning elements](/en-US/docs/Web/HTML/Guides/Content_categories#sectioning_content) `<article>`, `<aside>`, `<nav>`, and `<section>`. The UA styles for `<h1>` nested within sectioning elements are no longer relevant since the outline algorithm [has been removed](https://github.com/whatwg/html/pull/7829) from the HTML specification. ([Firefox bug 1964922](https://bugzil.la/1964922)).
- The UA styles for `<h1>` elements nested within [sectioning elements](/en-US/docs/Web/HTML/Guides/Content_categories#sectioning_content) have been removed, following the [removal of the outline algorithm](https://github.com/whatwg/html/pull/7829) from the HTML specification. Previously, the `<h1>` headings nested within `<article>`, `<aside>`, `<nav>`, and `<section>` would appear smaller. Now, `<h1>` elements have a consistent font size, regardless of the nesting. ([Firefox bug 1964922](https://bugzil.la/1964922)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants