-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace {{ObsoleteGeneric}} with {{Obsolete_inline}} #11644
Conversation
Preview URLs Flaws (152)URL:
URL:
URL:
(comment last updated: 2023-02-15 09:37:42) |
Gonna just squash and merge this because it's purely editorial. |
@@ -67,18 +67,18 @@ HTML-элемент `<a>` определяет гиперссылку для п | |||
|
|||
### Устаревшие | |||
|
|||
- {{htmlattrdef("charset")}} {{obsoleteGeneric("inline","HTML5")}} | |||
- {{htmlattrdef("charset")}} {{obsolete_inline}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this should have been {{obsolete_inline("html5")}}
, but it probably doesn't matter for these few occurrences.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This got removed in #11689 entirely since both macros are deprecated anyways!
This PR removes the final calls of
{{ObsoleteGeneric}}
and replaces them with{{Obsolete_Inline}}
.