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

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: Update failing LayoutTests 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 03bd2805d0a4626406ceffa0f8e308353cfee3b8..97ef867a388aedbd80cf25eb49ae414f786249d4 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -697,7 +697,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
type_name: "unsigned",
field_size : 26,
@@ -767,7 +766,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
type_name: "unsigned",
field_size : 26,
@@ -797,7 +795,6 @@
initial: "InitialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
- typedom_types: ["Length"],
field_template: "storage_only",
type_name: "unsigned",
field_size : 26,
@@ -850,7 +847,6 @@
interpolable: true,
keywords: ["thin", "medium", "thick"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "storage_only",
type_name: "unsigned",
field_size : 26,
@@ -865,7 +861,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -1230,7 +1225,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",
@@ -1287,7 +1281,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -1708,7 +1701,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -2029,7 +2021,6 @@
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
- typedom_types: ["Length"],
field_template: "external",
field_type_path: "platform/Length",
field_group: "surround",
@@ -2531,7 +2522,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",

Powered by Google App Engine
This is Rietveld 408576698