Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2669433002: Moved table-layout property to be generated in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 562ef429b0c9cbd0bfa9ca57ca638c2c04ba54da..6b9711833926794be0d80324a19ce20dff17058e 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1540,7 +1540,14 @@
interpolable: true,
svg: true,
},
- "table-layout",
+ {
+ name: "table-layout",
+ initial_keyword: "auto",
+ keyword_only: true,
+ keywords: [
+ "auto", "fixed"
+ ]
+ },
{
name: "tab-size",
api_class: true,

Powered by Google App Engine
This is Rietveld 408576698