Skip to content

chore(dictionaries): add technical terms flagged by spelling check#43907

Merged
Josh-Cena merged 4 commits intomdn:mainfrom
nielskaspers:docs/issue-43850-dictionary-terms
May 4, 2026
Merged

chore(dictionaries): add technical terms flagged by spelling check#43907
Josh-Cena merged 4 commits intomdn:mainfrom
nielskaspers:docs/issue-43850-dictionary-terms

Conversation

@nielskaspers
Copy link
Copy Markdown
Contributor

@nielskaspers nielskaspers commented Apr 23, 2026

Summary

Adds the valid technical terms flagged by the automated weekly spelling check (#43850) to the spell-check dictionaries so future scans stop reporting them as unknown words.

Issue

Fixes #43850

Fixes #43993

The two actual typos (scrsetsrcset, LUNDDUNLINDDUN) were already corrected in #43852. This PR handles the remaining items from the same report, all of which are legitimate terms that need to be dictionary-allowed rather than edited out of the content.

Changes

  • .vscode/dictionaries/code-entities.txt:
    • andnot — WebAssembly SIMD bitwise instruction
    • bitselect — WebAssembly SIMD bitwise instruction
    • laneidx — WebAssembly SIMD immediate operand
    • memidx — WebAssembly immediate operand
    • myattr — placeholder attribute name used in the CSS `attr()` namespace example
  • `.vscode/dictionaries/proper-names.txt`:
    • LINDDUN — privacy-focused threat-modeling framework (referenced in `web/security/threat_modeling/`)

Entries were inserted in the existing alphabetical position for each file.

Testing

  • Docs-only change; no content files modified.
  • Ran `grep` to verify each term has at least one occurrence in `files/en-us/` so the dictionary addition is backed by real usage.

@nielskaspers nielskaspers requested a review from a team as a code owner April 23, 2026 06:27
@nielskaspers nielskaspers requested review from dipikabh and removed request for a team April 23, 2026 06:27
@github-actions github-actions Bot added system [PR only] Infrastructure and configuration for the project size/s [PR only] 6-50 LoC changed labels Apr 23, 2026
@Josh-Cena Josh-Cena requested review from Josh-Cena and removed request for dipikabh April 23, 2026 13:07
@Josh-Cena Josh-Cena requested a review from a team as a code owner May 4, 2026 02:23
@Josh-Cena Josh-Cena requested review from chrisdavidmills and removed request for a team May 4, 2026 02:23
@github-actions github-actions Bot added Content:CSS Cascading Style Sheets docs Content:WebAPI Web API docs Content:wasm WebAssembly docs labels May 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Preview URLs (30 pages)
Flaws (6)

Note! 27 documents with no flaws that don't need to be listed. 🎉

Found an unexpected or unresolvable flaw? Please report it here.

URL: /en-US/docs/Web/API/CrashReportContext
Title: CrashReportContext
Flaw count: 1

  • macros:
    • Macro domxref produces link /en-US/docs/Web/API/fetch which is a redirect

URL: /en-US/docs/Web/CSS/Reference/Values/attr
Title: attr() CSS function
Flaw count: 3

  • broken_links:
    • Link /en-US/docs/Web/CSS/Reference/Values/declaration-value doesn't resolve
    • Link /en-US/docs/Web/CSS/Reference/Values/ident-token doesn't resolve
    • Link /en-US/docs/Web/CSS/Reference/Values/ident-token doesn't resolve

URL: /en-US/docs/Web/WebDriver/Reference/BiDi/Modules/log/entryAdded
Title: log.entryAdded event
Flaw count: 2

  • broken_links:
    • Link /en-US/docs/Web/WebDriver/Reference/BiDi/Modules/script/getRealms doesn't resolve
    • Link /en-US/docs/Web/WebDriver/Reference/BiDi/Modules/script/stackTrace doesn't resolve
External URLs (25)

URL: /en-US/docs/Games/Techniques/2D_collision_detection
Title: 2D collision detection


URL: /en-US/docs/Learn_web_development/Core/Structuring_content/HTML_images
Title: HTML images


URL: /en-US/docs/Learn_web_development/Extensions/Testing/Testing_strategies
Title: Strategies for carrying out testing


URL: /en-US/docs/Learn_web_development/Extensions/Testing/Your_own_automation_environment
Title: Setting up your own test automation environment


URL: /en-US/docs/Learn_web_development/Getting_started/Soft_skills/Workflows_and_processes
Title: Workflows and processes


URL: /en-US/docs/Learn_web_development/Howto/Tools_and_setup/Available_text_editors
Title: What text editors are available?


URL: /en-US/docs/MDN/Community/Getting_started
Title: Getting started with MDN Web Docs


URL: /en-US/docs/MDN/Writing_guidelines/Writing_style_guide
Title: Writing style guide


URL: /en-US/docs/Web/HTML/Reference/Elements/meta/name/robots
Title: <meta name="robots"> HTML attribute value


URL: /en-US/docs/Web/HTTP/Guides/Caching
Title: HTTP caching


URL: /en-US/docs/Web/HTTP/Reference/Headers/Alt-Svc
Title: Alt-Svc header


URL: /en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
Title: Cache-Control header


URL: /en-US/docs/Web/Media/Guides/Formats/Audio_codecs
Title: Web audio codec guide


URL: /en-US/docs/Web/Media/Guides/Formats/Video_codecs
Title: Web video codec guide


URL: /en-US/docs/Web/Security/Threat_modeling/Frameworks
Title: Threat modeling frameworks and tools


URL: /en-US/docs/WebAssembly/Guides/C_to_Wasm
Title: Compiling a new C/C++ module to WebAssembly

(comment last updated: 2026-05-04 02:42:03)

@Josh-Cena Josh-Cena requested review from a team as code owners May 4, 2026 02:40
@Josh-Cena Josh-Cena requested review from estelle, hamishwillee and willdurand and removed request for a team May 4, 2026 02:40
@github-actions github-actions Bot added the Content:HTML Hypertext Markup Language docs label May 4, 2026
@github-actions github-actions Bot added Content:WebExt WebExtensions docs Content:Learn Learning area docs Content:HTTP HTTP docs Content:Media Media docs Content:WebDriver WebDriver docs Content:Games Games docs Content:Security Security docs Content:Meta Content in the meta docs size/m [PR only] 51-500 LoC changed and removed size/s [PR only] 6-50 LoC changed labels May 4, 2026
Copy link
Copy Markdown
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

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

Sorry for the wait. Thank you!

@Josh-Cena Josh-Cena merged commit c53bfa0 into mdn:main May 4, 2026
9 checks passed
pepelsbey added a commit to pepelsbey/mdn-content that referenced this pull request May 6, 2026
* upstream/main: (150 commits)
  PWA relative links (mdn#43953)
  feat(jsondata): add `external_link` translation key (mdn#43978)
  Clarify when var() falls back to its second argument (mdn#44015)
  Correct incorrect filename on learn assessment (mdn#44012)
  FF151 Relnote CanvasRenderingContext2D.lang (mdn#44010)
  FF151: Update container style queries support (mdn#44002)
  Firefox experimental features clean-up (mdn#43887)
  FF151 Relnote: shadowrootslotassignment (mdn#43881)
  Editorial review: Document WebGPU compatibility mode (mdn#43944)
  Correction of solution (mdn#44001)
  Synchronize with BCD v7.3.14 (mdn#44007)
  Editorial review: Document texture_and_sampler_let WGSL feature (mdn#43768)
  Editorial review: Document NavigationTransition.committed (mdn#43692)
  Update window.open on document / window creation and load behavior (mdn#43913)
  FF151 Relnote: keyboardLock option for Element.requestFullScreen() (mdn#43883)
  FF118 keyboard value for Window Event tidy (mdn#43942)
  Bump yaml from 2.8.3 to 2.8.4 (mdn#44005)
  Rename Stylesheet glossary definition to Style sheet (mdn#43997)
  Clarify else-if evaluation order (mdn#43917)
  chore(dictionaries): add technical terms flagged by spelling check (mdn#43907)
  ...

# Conflicts:
#	files/en-us/web/api/svgscriptelement/async/index.md
#	files/en-us/web/api/svgscriptelement/index.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs Content:Games Games docs Content:HTML Hypertext Markup Language docs Content:HTTP HTTP docs Content:Learn Learning area docs Content:Media Media docs Content:Meta Content in the meta docs Content:Security Security docs Content:wasm WebAssembly docs Content:WebAPI Web API docs Content:WebDriver WebDriver docs Content:WebExt WebExtensions docs size/m [PR only] 51-500 LoC changed system [PR only] Infrastructure and configuration for the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Weekly spelling check Weekly spelling check

3 participants