Mark all legacy SVG1 writing-mode values as deprecated - #44974
Merged
estelle merged 2 commits intoJul 31, 2026
Conversation
Contributor
|
Preview URLs (1 page) (comment last updated: 2026-07-31 10:03:24) |
estelle
approved these changes
Jul 31, 2026
estelle
left a comment
Member
There was a problem hiding this comment.
Thank you. Also, congratulations on your first merged MDN content PR. Welcome to he team!
Contributor
Author
|
Thanks for the review and the warm welcome, @estelle! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add
{{Deprecated_Inline}}to thelr,lr-tb,rl,tb, andtb-rlvalue terms in the Values list of thewriting-modeCSS property page, so all six legacy SVG1 values carry the deprecation icon instead of onlytb-lr.Motivation
All six of these values are described in the page's own prose as "Deprecated except for SVG1 documents", but only
tb-lrrendered the deprecation icon. Readers scanning the value list saw five of them as if they were current CSS values. This makes the badge consistent with the prose that was already there, so a reader can tell at a glance which values not to use in CSS.Additional details
writing-modeattribute page (files/en-us/web/svg/reference/attribute/writing-mode/index.md) does not duplicate this value list (it documents onlyhorizontal-tb,vertical-rl,vertical-lr), so it needs no change.markdownlint-cli2(0 issues),prettier -c(passes),cspell(0 issues),scripts/front-matter_linter.js(0 errors, 0 warnings). The repo's lefthook pre-commit hook also ran green on commit.Related issues and pull requests
Fixes #43929