[css-houdini-drafts] [css-paint-api] Use JS export instead of registerPaint
[css-houdini-drafts] [css-paint-api]: APIs not exposed in Worklets
[css-houdini-drafts] [css-properties-values-api] Allowing a default invalid initialValue when syntax is not "*"
[css-houdini-drafts] [css-typed-om]
[css-houdini-drafts] [css-typed-om] "algorithm that coerces value into an appropriate type for a given property" calls "parse a CSSStyleValue" with missing arg
[css-houdini-drafts] [css-typed-om] "Create a CSSUnitValue from a string" invents its own CSS parsing
[css-houdini-drafts] [css-typed-om] "delete a StylePropertyMap" algorithm is poorly named
[css-houdini-drafts] [css-typed-om] "get all values from a StylePropertyMap" assumes underlying model might not be list
[css-houdini-drafts] [css-typed-om] [css-paint-api] What happens to unsupported property names in the registered paint styleMap?
[css-houdini-drafts] [css-typed-om] Add a typed OM spec for ColorValue
[css-houdini-drafts] [css-typed-om] Add example of normalizing n-ary math operators
[css-houdini-drafts] [css-typed-om] Add shortcuts for other arithmetic operations
[css-houdini-drafts] [css-typed-om] algorithm for coercing value doesn't describe how to check grammar
[css-houdini-drafts] [css-typed-om] algorithm for coercing value should specify parseMultiple flag
[css-houdini-drafts] [css-typed-om] Behaviour of unsupported CSSStyleValues
[css-houdini-drafts] [css-typed-om] can <calc> normalization from parsing/cssom simplify the expression?
[css-houdini-drafts] [css-typed-om] Constructor for CSSUnparsedValue takes rest params rather than sequence
[css-houdini-drafts] [css-typed-om] CSSNumericValue.div() and invert don't specify handling of divide-by-zero
[css-houdini-drafts] [css-typed-om] CSSNumericValue.parse() should accept 'min()' and 'max()'
[css-houdini-drafts] [css-typed-om] CSSNumericValue.to could return a CSSUnitValue
[css-houdini-drafts] [css-typed-om] CSSPositionValues should be created as a function of what the property accepts
[css-houdini-drafts] [css-typed-om] CSSTransformComponent attributes that are CSSNumberish should spec getters
[css-houdini-drafts] [css-typed-om] CSSVariableReferenceValue constructor should throw TypeError for invalid variables
[css-houdini-drafts] [css-typed-om] custom properties should not be treated as case-insensitive
[css-houdini-drafts] [css-typed-om] definition of CSSMathValue.equals() should be a little clearer
[css-houdini-drafts] [css-typed-om] Does the is2D design allow for inconsistent interpretation of CSSTransformComponents?
[css-houdini-drafts] [css-typed-om] have a note saying when CSSTransformValue.toMatrix() doesn't work
[css-houdini-drafts] [css-typed-om] introduction to CSSNumericValue should be clearer that list is interfaces inheriting from it
[css-houdini-drafts] [css-typed-om] Is CSSKeywordish used anywhere?
[css-houdini-drafts] [css-typed-om] List-valued property iteration of property
[css-houdini-drafts] [css-typed-om] need to define (or link to?) concept of unioning unit maps
[css-houdini-drafts] [css-typed-om] prose description of CSSNumericValue.toSum() should explain empty units behavior
[css-houdini-drafts] [css-typed-om] Restrict unsupported CSSStyleValues to the property that it was parsed with
[css-houdini-drafts] [css-typed-om] rule on inferring <length-percentage> is too vague
[css-houdini-drafts] [css-typed-om] Serialization of CSSStyleValues constructed from string
[css-houdini-drafts] [css-typed-om] Should CSSTransformComponent have a toMatrix()?
[css-houdini-drafts] [css-typed-om] Should StylePropertyMap.set be exposed to worklets?
[css-houdini-drafts] [css-typed-om] Should StylePropertyMap.set work even when the property is not in the property model?
[css-houdini-drafts] [css-typed-om] should the percent hint concept allow percentages to be numbers?
[css-houdini-drafts] [css-typed-om] Should the product of two unit maps be addition instead of union?
[css-houdini-drafts] [css-typed-om] specify CSSMatrixComponentOptions default with IDL defaults?
[css-houdini-drafts] [css-typed-om] Stringification behavior
[css-houdini-drafts] [css-typed-om] StylePropertyMap definitions incorrectly refer to "supported property name" definition
[css-houdini-drafts] [css-typed-om] the style map on a CSSStyleRule shouldn't be called attributeStyleMap
[css-houdini-drafts] [css-typed-om] Transform serialization wording should be rephrased
[css-houdini-drafts] [css-typed-om] What does lack of range restriction imply about serialization?
[css-houdini-drafts] [css-typed-om] What should CSSNumericValue.type() do?
[css-houdini-drafts] [css-typed-om] What to do when CSSNumericValues form a cycle?
[css-houdini-drafts] [css-typed-om] what's a "list-valued property"?
[css-houdini-drafts] [css-typed-om] Why the property model is defined to be a list of pairs, rather than an ordered map?
[css-houdini-drafts] [css-worklets] [css-typed-om] CSSResourceValues constructed within Worklets should have state "unloaded".
[css-houdini-drafts] Add CSSMathValue Serialization body
[css-houdini-drafts] Add CSSTransformComponent.is2D
[css-houdini-drafts] Add full table of properties and what CSSStyleValues types they normalize to
[css-houdini-drafts] Add text for computed CSSMathValue objects
[css-houdini-drafts] Add wording for CSSNumericValue.type()
[css-houdini-drafts] Ask for tests for normative changes in README
[css-houdini-drafts] Background wiki page links to spam site
[css-houdini-drafts] Change CSSPositionValue normalization to use auto bias
[css-houdini-drafts] Clarify the union of two unit maps
[css-houdini-drafts] Clarify when CSSTransformValue.toMatrix() throws TypeError
[css-houdini-drafts] Invoke parsing algorithm correctly in style value coercion text
[css-houdini-drafts] Observer for property being applied?
[css-houdini-drafts] Pull Request: [css-layout-api] Fix incorrect extension of <<display-inside>>
[css-houdini-drafts] Pull Request: [css-typed-om] Add shortcuts for other arithmetic operations
[css-houdini-drafts] Pull Request: [css-typed-om] Remove CSSKeywordValue stringifier
[css-houdini-drafts] Pull Request: [css-typed-om] Restrict unsupported CSSStyleValues to the property that it was parsed with
[css-houdini-drafts] Pull Request: Add CSSTransformComponent.is2D
[css-houdini-drafts] Pull Request: Add validation to CSSVariableReferenceValue constructor
[css-houdini-drafts] Pull Request: Cater for RangeError caused by dividing by 0
[css-houdini-drafts] Pull Request: Change CSSPositionValue normalization to use auto bias
[css-houdini-drafts] Pull Request: Change parse/parseAll to throw TypeError
[css-houdini-drafts] Pull Request: Clarify bulleted list about CSSNumericValues
[css-houdini-drafts] Pull Request: Clarify CSSNumericValues.equals
[css-houdini-drafts] Pull Request: Clarify the union of two unit maps
[css-houdini-drafts] Pull Request: Clarify when CSSTransformValue.toMatrix() throws TypeError
[css-houdini-drafts] Pull Request: CSSNumericValue.parse() allows {max, min, calc}()
[css-houdini-drafts] Pull Request: CSSStyleValue.parseAll should always return a list
[css-houdini-drafts] Pull Request: define a valid CSS property in Typed OM spec
[css-houdini-drafts] Pull Request: Invoke parsing algorithm correctly in style value coercion text
[css-houdini-drafts] Pull Request: Make CSSNumericArray an iterable
[css-houdini-drafts] Pull Request: Make CSSNumericValue members readonly
[css-houdini-drafts] Pull Request: Remove references to case sensitivity in StylePropertyMap definition
[css-houdini-drafts] Pull Request: Remove references to font face
[css-houdini-drafts] Pull Request: Rename CSSTranslation/CSSRotation
[css-houdini-drafts] Pull Request: Rephrase "delete a stylepropertymap"
[css-houdini-drafts] Pull Request: s/[=list-valued property iteration=]/comma separated iteration of a [=list-valued property=]
[css-houdini-drafts] Pull Request: Sanitize the declared and inline StylePropertyMaps
[css-houdini-drafts] Pull Request: StylePropertyMap's model is sequence<CSSStyleValue> pairs
[css-houdini-drafts] Pull Request: StylePropertyMap.set should throw when setting multiple values to non list prop
[css-houdini-drafts] Pull Request: Update CSSUnparsedValue constructor
[css-houdini-drafts] Pull Request: Use defaults for CSSMatrixComponentOptions
[css-houdini-drafts] Pull Request: Use indexed getters for CSSTransformComponent
[css-houdini-drafts] Pull Request: Use indexed getters for CSSUnparsedValue
[css-houdini-drafts] Rephrase "delete a stylepropertymap"
[css-houdini-drafts] s/[=list-valued property iteration=]/comma separated iteration of a [=list-valued property=]
[css-houdini-drafts] StylePropertyMap's model is sequence<CSSStyleValue> pairs
[css-houdini-drafts] StylePropertyMap.set should throw on receiving a list for a single valued property
[css-houdini-drafts] Use defaults for CSSMatrixComponentOptions
[css-houdini-drafts] Use indexed getters for CSSTransformComponent
Closed: [css-houdini-drafts] [css-properties-values-api] Allowing a default invalid initialValue when syntax is not "*"
Closed: [css-houdini-drafts] [css-typed-om] "Create a CSSUnitValue from a string" invents its own CSS parsing
Closed: [css-houdini-drafts] [css-typed-om] "delete a StylePropertyMap" algorithm is poorly named
Closed: [css-houdini-drafts] [css-typed-om] "get all values from a StylePropertyMap" assumes underlying model might not be list
Closed: [css-houdini-drafts] [css-typed-om] Add example of normalizing n-ary math operators
Closed: [css-houdini-drafts] [css-typed-om] algorithm for coercing value doesn't describe how to check grammar
Closed: [css-houdini-drafts] [css-typed-om] algorithm for coercing value should specify parseMultiple flag
Closed: [css-houdini-drafts] [css-typed-om] Behaviour of unsupported CSSStyleValues
Closed: [css-houdini-drafts] [css-typed-om] can <calc> normalization from parsing/cssom simplify the expression?
Closed: [css-houdini-drafts] [css-typed-om] Constructor for CSSUnparsedValue takes rest params rather than sequence
Closed: [css-houdini-drafts] [css-typed-om] Could CSSVariableReferenceValue have a constructor?
Closed: [css-houdini-drafts] [css-typed-om] CSSKeywordValue stringifier unnecessary?
Closed: [css-houdini-drafts] [css-typed-om] CSSNumericValue.div() and invert don't specify handling of divide-by-zero
Closed: [css-houdini-drafts] [css-typed-om] CSSNumericValue.parse() should accept 'min()' and 'max()'
Closed: [css-houdini-drafts] [css-typed-om] CSSNumericValue.to could return a CSSUnitValue
Closed: [css-houdini-drafts] [css-typed-om] CSSTransformComponent attributes that are CSSNumberish should spec getters
Closed: [css-houdini-drafts] [css-typed-om] CSSUnparsedValue constructor behaviour if arguments are not alternating
Closed: [css-houdini-drafts] [css-typed-om] CSSVariableReferenceValue constructor should throw TypeError for invalid variables
Closed: [css-houdini-drafts] [css-typed-om] custom properties should not be treated as case-insensitive
Closed: [css-houdini-drafts] [css-typed-om] Do CSSMathValue subclasses copy their constructor arguments?
Closed: [css-houdini-drafts] [css-typed-om] have a note saying when CSSTransformValue.toMatrix() doesn't work
Closed: [css-houdini-drafts] [css-typed-om] introduction to CSSNumericValue should be clearer that list is interfaces inheriting from it
Closed: [css-houdini-drafts] [css-typed-om] Is CSSKeywordish used anywhere?
Closed: [css-houdini-drafts] [css-typed-om] Is CSSTransformValue.is2D true when given no transforms?
Closed: [css-houdini-drafts] [css-typed-om] is this intentionally thing to throw different errors when failed converting to unit type from string?
Closed: [css-houdini-drafts] [css-typed-om] List-valued property iteration of property
Closed: [css-houdini-drafts] [css-typed-om] need to define (or link to?) concept of unioning unit maps
Closed: [css-houdini-drafts] [css-typed-om] Normalizing 'top' as CSSPositionValue
Closed: [css-houdini-drafts] [css-typed-om] prose description of CSSNumericValue.toSum() should explain empty units behavior
Closed: [css-houdini-drafts] [css-typed-om] Should CSSNumericValue attributes accept doubles?
Closed: [css-houdini-drafts] [css-typed-om] Should CSSTransformComponent have a toMatrix()?
Closed: [css-houdini-drafts] [css-typed-om] Should CSSURLImageValue serialize with quotes?
Closed: [css-houdini-drafts] [css-typed-om] Should CSSVariableReferenceValue.variable setter reject invalid variable names?
Closed: [css-houdini-drafts] [css-typed-om] Should it be illegal to construct CSSKeywordValue objects with empty strings?
Closed: [css-houdini-drafts] [css-typed-om] Should percents be allowed for CSSTranslation.z?
Closed: [css-houdini-drafts] [css-typed-om] Should StylePropertyMap.set be exposed to worklets?
Closed: [css-houdini-drafts] [css-typed-om] Should StylePropertyMap.set work even when the property is not in the property model?
Closed: [css-houdini-drafts] [css-typed-om] should the percent hint concept allow percentages to be numbers?
Closed: [css-houdini-drafts] [css-typed-om] Should the product of two unit maps be addition instead of union?
Closed: [css-houdini-drafts] [css-typed-om] Should type of CSSMathNegate be the same as its argument?
Closed: [css-houdini-drafts] [css-typed-om] Simplifying expressions in CSSMathValue subclasses.
Closed: [css-houdini-drafts] [css-typed-om] specify CSSMatrixComponentOptions default with IDL defaults?
Closed: [css-houdini-drafts] [css-typed-om] Spell out the obvious
Closed: [css-houdini-drafts] [css-typed-om] Stringification behavior
Closed: [css-houdini-drafts] [css-typed-om] StylePropertMap.set for non-list properties
Closed: [css-houdini-drafts] [css-typed-om] StylePropertyMap definitions incorrectly refer to "supported property name" definition
Closed: [css-houdini-drafts] [css-typed-om] What should CSSNumericValue.type() do?
Closed: [css-houdini-drafts] [css-typed-om] What should CSSStyleValue.parseAll do for non-list-valued properties?
Closed: [css-houdini-drafts] [css-typed-om] What to do when CSSNumericValues form a cycle?
Closed: [css-houdini-drafts] [css-typed-om] what's a "list-valued property"?
Closed: [css-houdini-drafts] [css-typed-om] Why the property model is defined to be a list of pairs, rather than an ordered map?
Closed: [css-houdini-drafts] [css-typed-om]: There's no nice way to represent CSSUnparsedValue as a "list-plus" style object.
Closed: [css-houdini-drafts] Add CSSMathValue Serialization body
Closed: [css-houdini-drafts] Add spec text for arraylike<CSSTransformComponent> in CSSTransformValue
Closed: [css-houdini-drafts] Add text for computed CSSMathValue objects
Closed: [css-houdini-drafts] Background wiki page links to spam site
Closed: [css-houdini-drafts] CSSNumericArray should be an Array-like restricted to containing CSSNumericValue objects.
Closed: [css-houdini-drafts] When doing CSSStyleValue.parse(), what should throw vs return null?
Last message date: Wednesday, 31 January 2018 10:40:01 UTC