frankframework / frontend-conventions

1 stars 0 forks source link

Self closing input element in html #5

Open MatthijsSmets opened 1 month ago

MatthijsSmets commented 1 month ago

<input (change)="uploadReports($event)" type="file"> OF <input (change)="uploadReports($event)" type="file"/>

Matthbo commented 1 month ago

According to this article we should prevent using self-closing tags https://jakearchibald.com/2023/against-self-closing-tags-in-html/

philipsens commented 1 month ago

We can maybe achieve this with a linter, too.

philipsens commented 3 weeks ago

Met Angular tags wel/niet?