Skip to content

Improve customizable select example readability - #45122

Merged
Josh-Cena merged 1 commit into
mdn:mainfrom
Johnkothapalli:fix-45112-example-readability
Aug 13, 2026
Merged

Improve customizable select example readability#45122
Josh-Cena merged 1 commit into
mdn:mainfrom
Johnkothapalli:fix-45112-example-readability

Conversation

@Johnkothapalli

Copy link
Copy Markdown
Contributor

Description

Put each icon and option label on its own complete HTML line throughout the customizable select example.

Motivation

This removes the split closing tags and makes the six option examples easier to read without changing their rendered output.

Additional details

Validation:

  • npx prettier --write files/en-us/learn_web_development/extensions/forms/customizable_select/index.md (unchanged)
  • npx markdownlint-cli2 files/en-us/learn_web_development/extensions/forms/customizable_select/index.md (0 issues)
  • git diff --check

Related issues and pull requests

Fixes #45112

@Johnkothapalli
Johnkothapalli requested a review from a team as a code owner August 13, 2026 18:56
@Johnkothapalli
Johnkothapalli requested review from chrisdavidmills and removed request for a team August 13, 2026 18:56
@github-actions github-actions Bot added Content:Learn Learning area docs size/s [PR only] 6-50 LoC changed labels Aug 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@Josh-Cena Josh-Cena left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

@Josh-Cena
Josh-Cena merged commit a25c283 into mdn:main Aug 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Learn Learning area docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Example Syntax Readability

3 participants