Elizabeth Mitchell
Elizabeth Mitchell
Adding @patrickrodee as a reviewer
Thanks for the issue! We're investigating this internally as well
I'll be bringing up this issue with the team during our triage meeting this week. We should have an answer tomorrow 🙂
We definitely think this could be addressed. Adding it to our backlog to investigate
This could be solved by changing the expression to `calc(0% - #{$positionX})` and adding a unit to the `0`. This might be a bit moot with upcoming changes to text...
> I have started work on a proposal for this: #3446 That's awesome! We'll be following closely :D
I think this could be supported by changing this line in the constraint validation mixin to also check the `Validator`'s computed custom error: ```ts const customError = !!this[privateCustomValidationMessage] || validity.customError;...
Nice catch! Let's go with the CSS.escape route since the ids may be in a ShadowRoot (no getElementById there). Want to try putting together a PR? :)
Open to other contributors too! I hope to get a contribution guide up soon to help folks out
Thanks for the detailed issue! We have plans to move the switch's aria to its host and remove the inner `` implementation. I think as a side effect, that will...