diff --git a/packages/lynx-compat-data/elements/get-computed-style-supported-properties.json b/packages/lynx-compat-data/elements/get-computed-style-supported-properties.json index 4508e07e..a5487b11 100644 --- a/packages/lynx-compat-data/elements/get-computed-style-supported-properties.json +++ b/packages/lynx-compat-data/elements/get-computed-style-supported-properties.json @@ -243,6 +243,138 @@ } } }, + "direction": { + "__compat": { + "description": "direction", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, + "z-index": { + "__compat": { + "description": "z-index", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, + "background-position": { + "__compat": { + "description": "background-position", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, + "filter": { + "__compat": { + "description": "filter", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, + "margin & margin-left & margin-right & margin-top & margin-bottom": { + "__compat": { + "description": "margin & margin-left & margin-right & margin-top & margin-bottom", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, + "padding & padding-left & padding-right & padding-top & padding-bottom": { + "__compat": { + "description": "padding & padding-left & padding-right & padding-top & padding-bottom", + "status": { + "experimental": true + }, + "support": { + "android": { + "version_added": "3.6" + }, + "ios": { + "version_added": "3.6" + }, + "harmony": { + "version_added": "3.6" + }, + "web_lynx": { + "version_added": false + } + } + } + }, "Other CSS Properties": { "__compat": { "description": "Other CSS Properties",