Mattes Mohr
Mattes Mohr
Hey @MatsMoll, I think I need another opinion on this. I would like to add accessibility attributes to HTMLKit. So I went through the documentation and I was hoping I...
> Hmm.. 🤔 > > Personally do I like the `.aria(model: true)` syntax, as I find it clearer to separate the "generic" `aria` from the more "important" `model` or what...
For documentation reasons: | Element | Implicit Role | Additional Roles | Attributes | |------------------------|-----------------------------------------|-----------------------------------------------------------------------|------------------------------------| | Abbreviation (abbr) | - | any | global, aria-* | | Address | -...
No German translation yet. I mark it as done.
Same for the German translation. I mark it as done.
I have started to translate it, but it will take some time, since it is a lot. Just let you know I am aware of the issue.
I want to let you know, that I remove the pre-rendering. Therefore you will be able to use string interpolation. You can read more about in https://github.com/vapor-community/HTMLKit/discussions/118. You can already...
I mark Polish and Korean as done, since I do not see any translation yet. @Jinxiansen, I think the Chinese translation is done, is it?
@BennyDeBock Can you just take a look if only the code snippet needs to be updated? Then I can do it for you and we can close the issue.
You can use instead: ```swift Input() .modify(if: true) { $0.checked() } ``` But I like your idea. I like the fact, that it's a one-liner. Let me check, if we...