Sander Elias
Sander Elias
For now, I'm pretty sure this is something the core team feels this is more of a userland solution. And also, this is completely unneeded if you go full observables...
Ok, I will add it as an NPM package to my sample repo.
I would love for you to pick this up. However, I need to do some code cleanup, perhaps it's a smarter idea to wait until I have done most of...
@sisidovski Once the spec has merged this and the updated tests are available, we will update. There is little value to update before unicode tests are added upstream.
- class decorators for adding metadata to a class (somewhat like static fields but more private) - property decorators that can read/mutate the above metadata - property decorators that can...
> I think we should consider the overall approach for introducing new props in the library: > > * Should we add them to the main import, as we did...
@Jefiozie Would you have time to review this? This would be a breaking version, but it takes care of quite some things we have on our list. I did review...
@Harpush is this something we still need to attend to? If not, we can close this issue.
Euhm. I did dig in a bit. There is a catch-22 here. The thing is, it is _both_ a `separator` (as discussed in #349), but at the same time it...
@Harpush, I consulted the W3c. [role mapping](https://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/#mapping_role) is allowed. It will use the first supported one tho. So if we put the role like this: ```html ``` It will address...