Chromium Code Reviews
DescriptionIntroduce HTMLDataListOptionsCollection subclass for HTMLCollection
Introduce HTMLDataListOptionsCollection subclass for HTMLCollection to improve
code readability. This moves the element matching logic out of HTMLCollection
and allows for tighter typing since an HTMLDataListOptionsCollection can only
contain HTMLOptionElements.
This gets rid of a lot of casting at call sites.
R=adamk@chromium.org, haraken@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180675
Patch Set 1 #
Total comments: 3
Messages
Total messages: 8 (0 generated)
|