From 0ce7202a706c9036eeea42c158f433c2b7940457 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Thu, 3 Mar 2022 22:36:23 +0900 Subject: Migrate CompatibilityTable to Compat macro (es) (#4355) * Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es) --- .../es/web/api/cssstylesheet/insertrule/index.html | 49 +--------------------- 1 file changed, 2 insertions(+), 47 deletions(-) (limited to 'files/es/web/api/cssstylesheet') diff --git a/files/es/web/api/cssstylesheet/insertrule/index.html b/files/es/web/api/cssstylesheet/insertrule/index.html index ef0f3e522d..96719f90f8 100644 --- a/files/es/web/api/cssstylesheet/insertrule/index.html +++ b/files/es/web/api/cssstylesheet/insertrule/index.html @@ -66,53 +66,8 @@ function addStylesheetRules (decls) {
  • insertRule
  • Browser compatibility

    -

    {{ CompatibilityTable() }}

    -
    - - - - - - - - - - - - - - - - - - - -
    FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
    Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}8{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
    -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
    Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
    -
    +{{Compat("api.CSSStyleSheet.insertRule")}} +

    See also