PHANTOM
🇮🇳 IN
Skip to content

[pt-BR] Fix/webpage metadata redirect and translation js strategies pt br #33719

@rafaself

Description

@rafaself

MDN URL

https://developer.mozilla.org/pt-BR/docs/Learn_web_development/Core/Structuring_content/Webpage_metadata#aplicando_css_e_javascript_ao_html

What specific section or headline is this issue about?

Webpage_metadata

What information was incorrect, unhelpful, or incomplete?

The Brazilian Portuguese text was not clear and accurate compared to the original English version. Additionally, the redirect link was not working as expected.

What did you expect to see?

Functional/documentation outcome

The final documentation should communicate the following clearly:

  1. JavaScript loading should not block or break the page unnecessarily
  2. ``** is the preferred modern approach**
  3. Cross-links inside the Portuguese docs should point to the correct localized section anchors

What the reader should understand after these changes

A learner reading the final page should come away with this mental model:

  • HTML is parsed first
  • JavaScript files can be requested early
  • with defer, execution waits until parsing is done
  • this avoids errors such as trying to access elements that do not exist yet

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    l10n-pt-brIssues related to Brazilian Portugueseneeds triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions