A self-closing tag (eg `<input type="text" />`) yields a warning like the following during compilation: ``` unclosed xml attribute @#[line:13,col:5] ```
A self-closing tag (eg
<input type="text" />) yields a warning like the following during compilation: