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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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 e06e3ddda923b8afdb142156471868a393eb6a47..f698df4a76c8176c3421d42ec41f939e1ae05b4b 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -711,7 +711,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
field_type_path: "platform/LayoutUnit",
default_value: "LayoutUnit(3)",
@@ -782,7 +781,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
field_type_path: "platform/LayoutUnit",
default_value: "LayoutUnit(3)",
@@ -813,7 +811,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
field_type_path: "platform/LayoutUnit",
default_value: "LayoutUnit(3)",
@@ -867,7 +864,6 @@
interpolable: true,
keywords: ["thin", "medium", "thick"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "storage_only",
field_type_path: "platform/LayoutUnit",
default_value: "LayoutUnit(3)",
@@ -881,7 +877,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -1250,7 +1245,6 @@
interpolable: true,
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
@@ -1316,7 +1310,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -1763,7 +1756,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -2128,7 +2120,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -2691,7 +2682,6 @@
interpolable: true,
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698