Skip to content

feat(css): Link to learning doc about text direction#38719

Merged
Josh-Cena merged 1 commit intomdn:mainfrom
bsmth:writing-modes
Mar 20, 2025
Merged

feat(css): Link to learning doc about text direction#38719
Josh-Cena merged 1 commit intomdn:mainfrom
bsmth:writing-modes

Conversation

@bsmth
Copy link
Copy Markdown
Member

@bsmth bsmth commented Mar 19, 2025

Description

Adding See also links for text directions

Motivation

Reporter mentioned we don't cover this topic. We do, so surfacing this through see also links.

Fixes #37571

@bsmth bsmth requested review from a team as code owners March 19, 2025 15:49
@bsmth bsmth requested review from estelle and removed request for a team March 19, 2025 15:49
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs size/s [PR only] 6-50 LoC changed labels Mar 19, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Preview URLs

Flaws (3)

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

URL: /en-US/docs/Web/CSS/direction
Title: direction
Flaw count: 1

  • macros:
    • Macro produces link /en-US/docs/Web/SVG/Attribute/direction which is a redirect

URL: /en-US/docs/Web/CSS/unicode-bidi
Title: unicode-bidi
Flaw count: 1

  • macros:
    • Macro produces link /en-US/docs/Web/SVG/Attribute/unicode-bidi which is a redirect

URL: /en-US/docs/Web/CSS/writing-mode
Title: writing-mode
Flaw count: 1

  • macros:
    • Macro produces link /en-US/docs/Web/SVG/Attribute/writing-mode which is a redirect
External URLs (1)

URL: /en-US/docs/Web/CSS/writing-mode
Title: writing-mode

### Properties

- {{cssxref("direction")}}
- {{cssxref("glyph-orientation-horizontal")}}
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.

Fine but it does exist

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.

Actually the glyph-orientation-horizontal is entirely invalid and the glyph-orientation-vertical property is pretty much invalid and is currently unincluded anyway. I think this is an improvement.

@Josh-Cena Josh-Cena merged commit d68cfd0 into mdn:main Mar 20, 2025
7 checks passed
wbamberg added a commit to wbamberg/content that referenced this pull request Apr 4, 2025
* upstream/main: (172 commits)
  chore: improve code style guide (mdn#38715)
  fix: typo on `Error.isError()` page (mdn#38754)
  plural consistency (mdn#38747)
  fix: auto-cleanup by bot (mdn#38695)
  Synchronize with BCD v5.7.4 (mdn#38709)
  Add docs for JS self-profiling API (mdn#37796)
  Better SameSite docs (mdn#38710)
  Added missing explanation for Array Literals (mdn#38745)
  Add a page on CSRF (mdn#38151)
  Fix description of several Range methods (mdn#38518)
  Remove extraneous span (mdn#38696)
  Add a definition for media containers, improve how the media files are defined and Remove wrong information (mdn#38721)
  Move visited selector guide to CSS selectors module (mdn#38642)
  Make JSON learning article more technically precise (mdn#38644)
  Make translate3d() interactive example code valid (mdn#38647)
  Clarity on Safari support for custom elements (mdn#38727)
  feat(css): Link to learning doc about text direction (mdn#38719)
  Fix typo (mdn#38739)
  move guide to module: inline formatting context (mdn#38637)
  Fix CSS pseudo-class lists (mdn#38576)
  ...
cssinate pushed a commit to cssinate/content that referenced this pull request Apr 11, 2025
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:HTML Hypertext Markup Language docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guide / overview page for writing modes

3 participants