forked from mdn/yari
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(macros): deprecate old compatibility table macros (mdn#6251)
- {{CompatAndroid}} - {{CompatChrome}} - {{CompatGeckoDesktop}} - {{CompatGeckoMobile}} - {{CompatIE}} - {{CompatNo}} - {{CompatOpera}} - {{CompatOperaMobile}} - {{CompatSafari}} - {{CompatUnknown}} - {{CompatVersionUnknown}} - {{CompatibilityTable}}
- Loading branch information
1 parent
c8a4fc5
commit d598238
Showing
12 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<% | ||
// Compatibility tables have been migrated to {{Compat}} which uses the | ||
// browser-compat-data project. Remove this file when compat tables in | ||
// translated-content are converted to {{Compat}} | ||
// Throw a MacroDeprecatedError flaw | ||
mdn.deprecated() | ||
var OperaVer = $0; | ||
%> | ||
<%- OperaVer %> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<% | ||
// Compatibility tables have been migrated to {{Compat}} which uses the | ||
// browser-compat-data project. Remove this file when compat tables in | ||
// translated-content are converted to {{Compat}} | ||
// Throw a MacroDeprecatedError flaw | ||
mdn.deprecated() | ||
var OperaVer = $0; | ||
%> | ||
<%-OperaVer%> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<% | ||
// Compatibility tables have been migrated to {{Compat}} which uses the | ||
// browser-compat-data project. Remove this file when compat tables in | ||
// translated-content are converted to {{Compat}} | ||
// Throw a MacroDeprecatedError flaw | ||
mdn.deprecated() | ||
var SafariVer = $0; | ||
%> | ||
<%- SafariVer %> |
This file contains 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
This file contains 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
This file contains 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