File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,13 @@ Issue(143): first need to check whether the property is a valid property.
153153 :: concatenate <var> values</var> onto the end of the entry in the <a>property model</a>
154154
155155
156+ The <dfn method for=StylePropertyMap>getProperties()</dfn> method returns all of the properties listed in
157+ the <a>property model</a> . This list of properties is sorted in the following manner:
158+
159+ * normal properties are sorted alphabetically.
160+ * custom properties are sorted by increasing code point order.
161+ * custom properties are sorted after normal properties.
162+
156163Issue(145): should refactor out value type-checking, as it'll be needed by the rest of the setters too
157164
158165Issue(147): need a robust description of what "a type that <var> property</var> can't accept" means.
You can’t perform that action at this time.
0 commit comments