You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: 2. If property is not a valid CSS property, throw a TypeError with:
47
+
// "Failed to execute 'append' on 'StylePropertyMap': Invalid propertyName: <propertyName>"
48
+
// TODO: 3. If property is not a list-valued property, throw a TypeError with:
49
+
// "Failed to execute 'append' on 'StylePropertyMap': Property does not support multiple values"
50
+
// TODO: 4. If any of the items in values have a non-null [[associatedProperty]] internal slot, and that slot’s value is anything other than property, throw a TypeError.
51
+
// TODO: 5. If any of the items in values are a CSSUnparsedValue or CSSVariableReferenceValue object, throw a TypeError.
52
+
25
53
console.warn("StylePropertyMap.append not implemented yet.");
0 commit comments