What fresh hell is THIS now? - Patrick Lauke
vue-a11y-calendar
component? Its working beautifully in chrome for me, but for whatever reason in firefox/safari (on macOS) only the outermost wrapper element is receiving focus when trying to click on any of the day buttons. Im trying to pinpoint why, but haven't figured out why quite yet. If you've got any suggestions of things to look for I welcome the feedback. :]
[rselzer] > works great in Chrome
Famous last words
[svinkle] I didn’t get AOM at first, why it was needed. It just seemed like it was using JS in-place of HTML attributes. That is, until I read the explainer doc: https://wicg.github.io/aom/explainer.html
It can be thought of in the same way that folks are using React components as a level of abstraction for developers to build apps, usually in the form of a style guide. The same could be used for HTML; need a slider?
<custom-slider min="0" max="5" value="3"></custom-slider>
[svinkle] I think folks are just trying to take some of the positive aspects of modern frameworks and reign it back to the native browser API. Some of the concepts were seeing are pretty great. It would also help when folks want to use non-native controls to match a design; get semantics and functionality right the first time. That's my thought anyway.
Please let me know of I'm off my rocker.