Sander Elias

Results 51 comments of Sander Elias

@Harpush, Update on the issue: [mdn separaotr docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/separator_role#focusable_separator) According to this, we need to add the value/min/max things to make it focusable. The question is, would JAWS agree? I don't...

Closing, due to a lack of actionable follow-up

I like the idea. Just ensure that it is appropriately documented that only _some_ providers support this. Preferably, this should be done even in a way that surfaces this in...

Question: Isn't it possible to create a small public layer on top of the Ivy instruction set? This will create a low-level API that still allows evolving the rendering stack,...

Another question: We can already mix-and-match more dynamic templates by using Angular Elements(web components generated by angular). The current downside of using those is that you can't tell the language...

@IgorMinar Thanks for this proposal! It really looks good. What I'm missing in the createView array, is an option to add a portion using normal template syntax, something like: ```typescript...

@alxhub Thanks for the quick answers! It is good to have this cleared out of the way. I do like your clarification on how this is a different dynamic as...

@IgorMinar Thanks for the additions and the answers. It is good to know that template compilation is out of the scope of this proposal. Makes a lot of sense. After...

@alxhub @IgorMinar I would say the 'composition' layer we need on top of this low-level API, is something we can grow over time and doesn't need to be available from...

BTW, I believe an array structure isn't the simplest way to create those views. Views are trees by definition. Something along those lines: (far from complete or even correct, it...