Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the subclass of range from widget to structure
This is needed to support the aria-value* attributes on non-interative, and potentially static objects such as a meter. Because range now subclasses structure, we need to use multiple inheritance with the widget roles which subclass range. Those roles are: progressbar, scrollbar, slider, and spinbutton. The latter two already subclass both range and input thus no further change is needed. Progressbar and scrollbar now subclass both range and widget. Addresses github issue #892.
- Loading branch information