Missing properties
g105b opened this issue · 0 comments
g105b commented
Properties that map directly to an attribute can be handled by a single function. This can be tracked in #169. All properties that provide some extra functionality need to have their own implementation.
The following is a list of properties that are non-core but are not present (or at least, non-tested) in this library:
-
caption
-
control
-
controlsList
-
dataset
(see #117) -
elements
-
form
-
hidden
-
isContentEditable
-
labels
-
length
-
relList
-
tHead
-
tFoot
-
validationMessage
-
valueAsDate
(DateTime) -
valueAsNumber
(float)
Please add to this issue with any other missing properties you know of.