Commit 1a648192 authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

[css-typed-om] Turn CSS Typed OM by default.

This will turn on CSS Typed OM by default for M66.

Intent to ship thread with required LGTMs:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6ai8np0DSOA

Bug: 545318
Change-Id: I33c86b4bc4a49e1848e2f6f0ea1580b39b53f95c
Reviewed-on: https://chromium-review.googlesource.com/920141
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: default avatarRick Byers <rbyers@chromium.org>
Reviewed-by: default avatarnainar <nainar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538993}
parent 221a1780
...@@ -32,6 +32,7 @@ namespace http://www.w3.org/1999/xhtml ...@@ -32,6 +32,7 @@ namespace http://www.w3.org/1999/xhtml
property appendChild property appendChild
property assignedSlot property assignedSlot
property attachShadow property attachShadow
property attributeStyleMap
property attributes property attributes
property autocapitalize property autocapitalize
property baseURI property baseURI
...@@ -50,6 +51,7 @@ namespace http://www.w3.org/1999/xhtml ...@@ -50,6 +51,7 @@ namespace http://www.w3.org/1999/xhtml
property cloneNode property cloneNode
property closest property closest
property compareDocumentPosition property compareDocumentPosition
property computedStyleMap
property contains property contains
property contentEditable property contentEditable
property createShadowRoot property createShadowRoot
...@@ -1126,6 +1128,7 @@ namespace http://www.w3.org/2000/svg ...@@ -1126,6 +1128,7 @@ namespace http://www.w3.org/2000/svg
property appendChild property appendChild
property assignedSlot property assignedSlot
property attachShadow property attachShadow
property attributeStyleMap
property attributes property attributes
property baseURI property baseURI
property before property before
...@@ -1142,6 +1145,7 @@ namespace http://www.w3.org/2000/svg ...@@ -1142,6 +1145,7 @@ namespace http://www.w3.org/2000/svg
property cloneNode property cloneNode
property closest property closest
property compareDocumentPosition property compareDocumentPosition
property computedStyleMap
property contains property contains
property createShadowRoot property createShadowRoot
property dataset property dataset
......
...@@ -284,8 +284,37 @@ interface CDATASection : Text ...@@ -284,8 +284,37 @@ interface CDATASection : Text
method constructor method constructor
interface CSS interface CSS
static getter paintWorklet static getter paintWorklet
static method Hz
static method Q
static method ch
static method cm
static method deg
static method dpcm
static method dpi
static method dppx
static method em
static method escape static method escape
static method ex
static method fr
static method grad
static method in
static method kHz
static method mm
static method ms
static method number
static method pc
static method percent
static method pt
static method px
static method rad
static method rem
static method s
static method supports static method supports
static method turn
static method vh
static method vmax
static method vmin
static method vw
attribute @@toStringTag attribute @@toStringTag
method constructor method constructor
interface CSSConditionRule : CSSGroupingRule interface CSSConditionRule : CSSGroupingRule
...@@ -302,6 +331,9 @@ interface CSSGroupingRule : CSSRule ...@@ -302,6 +331,9 @@ interface CSSGroupingRule : CSSRule
method constructor method constructor
method deleteRule method deleteRule
method insertRule method insertRule
interface CSSImageValue : CSSStyleValue
attribute @@toStringTag
method constructor
interface CSSImportRule : CSSRule interface CSSImportRule : CSSRule
attribute @@toStringTag attribute @@toStringTag
getter href getter href
...@@ -324,6 +356,44 @@ interface CSSKeyframesRule : CSSRule ...@@ -324,6 +356,44 @@ interface CSSKeyframesRule : CSSRule
method deleteRule method deleteRule
method findRule method findRule
setter name setter name
interface CSSKeywordValue : CSSStyleValue
attribute @@toStringTag
getter value
method constructor
setter value
interface CSSMathInvert : CSSMathValue
attribute @@toStringTag
getter value
method constructor
interface CSSMathMax : CSSMathValue
attribute @@toStringTag
getter values
method constructor
interface CSSMathMin : CSSMathValue
attribute @@toStringTag
getter values
method constructor
interface CSSMathNegate : CSSMathValue
attribute @@toStringTag
getter value
method constructor
interface CSSMathProduct : CSSMathValue
attribute @@toStringTag
getter values
method constructor
interface CSSMathSum : CSSMathValue
attribute @@toStringTag
getter values
method constructor
interface CSSMathValue : CSSNumericValue
attribute @@toStringTag
getter operator
method constructor
interface CSSMatrixComponent : CSSTransformComponent
attribute @@toStringTag
getter matrix
method constructor
setter matrix
interface CSSMediaRule : CSSConditionRule interface CSSMediaRule : CSSConditionRule
attribute @@toStringTag attribute @@toStringTag
getter media getter media
...@@ -334,6 +404,28 @@ interface CSSNamespaceRule : CSSRule ...@@ -334,6 +404,28 @@ interface CSSNamespaceRule : CSSRule
getter namespaceURI getter namespaceURI
getter prefix getter prefix
method constructor method constructor
interface CSSNumericArray
attribute @@toStringTag
getter length
method @@iterator
method constructor
method entries
method forEach
method keys
method values
interface CSSNumericValue : CSSStyleValue
attribute @@toStringTag
method add
method constructor
method div
method equals
method max
method min
method mul
method sub
method to
method toSum
method type
interface CSSPageRule : CSSRule interface CSSPageRule : CSSRule
attribute @@toStringTag attribute @@toStringTag
getter selectorText getter selectorText
...@@ -341,6 +433,29 @@ interface CSSPageRule : CSSRule ...@@ -341,6 +433,29 @@ interface CSSPageRule : CSSRule
method constructor method constructor
setter selectorText setter selectorText
setter style setter style
interface CSSPerspective : CSSTransformComponent
attribute @@toStringTag
getter length
method constructor
setter length
interface CSSPositionValue : CSSStyleValue
attribute @@toStringTag
getter x
getter y
method constructor
setter x
setter y
interface CSSRotate : CSSTransformComponent
attribute @@toStringTag
getter angle
getter x
getter y
getter z
method constructor
setter angle
setter x
setter y
setter z
interface CSSRule interface CSSRule
attribute @@toStringTag attribute @@toStringTag
attribute CHARSET_RULE attribute CHARSET_RULE
...@@ -365,6 +480,32 @@ interface CSSRuleList ...@@ -365,6 +480,32 @@ interface CSSRuleList
method @@iterator method @@iterator
method constructor method constructor
method item method item
interface CSSScale : CSSTransformComponent
attribute @@toStringTag
getter x
getter y
getter z
method constructor
setter x
setter y
setter z
interface CSSSkew : CSSTransformComponent
attribute @@toStringTag
getter ax
getter ay
method constructor
setter ax
setter ay
interface CSSSkewX : CSSTransformComponent
attribute @@toStringTag
getter ax
method constructor
setter ax
interface CSSSkewY : CSSTransformComponent
attribute @@toStringTag
getter ay
method constructor
setter ay
interface CSSStyleDeclaration interface CSSStyleDeclaration
attribute @@toStringTag attribute @@toStringTag
getter cssFloat getter cssFloat
...@@ -384,6 +525,7 @@ interface CSSStyleRule : CSSRule ...@@ -384,6 +525,7 @@ interface CSSStyleRule : CSSRule
attribute @@toStringTag attribute @@toStringTag
getter selectorText getter selectorText
getter style getter style
getter styleMap
method constructor method constructor
setter selectorText setter selectorText
setter style setter style
...@@ -397,9 +539,63 @@ interface CSSStyleSheet : StyleSheet ...@@ -397,9 +539,63 @@ interface CSSStyleSheet : StyleSheet
method deleteRule method deleteRule
method insertRule method insertRule
method removeRule method removeRule
interface CSSStyleValue
static method parse
static method parseAll
attribute @@toStringTag
method constructor
method toString
interface CSSSupportsRule : CSSConditionRule interface CSSSupportsRule : CSSConditionRule
attribute @@toStringTag attribute @@toStringTag
method constructor method constructor
interface CSSTransformComponent
attribute @@toStringTag
getter is2D
method constructor
method toMatrix
method toString
setter is2D
interface CSSTransformValue : CSSStyleValue
attribute @@toStringTag
getter is2D
getter length
method @@iterator
method constructor
method entries
method forEach
method keys
method toMatrix
method values
interface CSSTranslate : CSSTransformComponent
attribute @@toStringTag
getter x
getter y
getter z
method constructor
setter x
setter y
setter z
interface CSSUnitValue : CSSNumericValue
attribute @@toStringTag
getter unit
getter value
method constructor
setter value
interface CSSUnparsedValue : CSSStyleValue
attribute @@toStringTag
getter length
method @@iterator
method constructor
method entries
method forEach
method keys
method values
interface CSSVariableReferenceValue
attribute @@toStringTag
getter fallback
getter variable
method constructor
setter variable
interface Cache interface Cache
attribute @@toStringTag attribute @@toStringTag
method add method add
...@@ -1265,6 +1461,7 @@ interface Element : Node ...@@ -1265,6 +1461,7 @@ interface Element : Node
attribute @@toStringTag attribute @@toStringTag
attribute @@unscopables attribute @@unscopables
getter assignedSlot getter assignedSlot
getter attributeStyleMap
getter attributes getter attributes
getter childElementCount getter childElementCount
getter children getter children
...@@ -1307,6 +1504,7 @@ interface Element : Node ...@@ -1307,6 +1504,7 @@ interface Element : Node
method attachShadow method attachShadow
method before method before
method closest method closest
method computedStyleMap
method constructor method constructor
method createShadowRoot method createShadowRoot
method getAttribute method getAttribute
...@@ -5901,6 +6099,25 @@ interface StorageManager ...@@ -5901,6 +6099,25 @@ interface StorageManager
method estimate method estimate
method persist method persist
method persisted method persisted
interface StylePropertyMap : StylePropertyMapReadOnly
attribute @@toStringTag
method append
method clear
method constructor
method delete
method set
interface StylePropertyMapReadOnly
attribute @@toStringTag
getter size
method @@iterator
method constructor
method entries
method forEach
method get
method getAll
method has
method keys
method values
interface StyleSheet interface StyleSheet
attribute @@toStringTag attribute @@toStringTag
getter disabled getter disabled
......
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
}, },
{ {
name: "CSSTypedOM", name: "CSSTypedOM",
status: "experimental", status: "stable",
}, },
{ {
name: "CSSVariables2", name: "CSSVariables2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment