<div dir="ltr">On 5 September 2013 03:38, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2013/9/4 Andrew McMillan <<a href="mailto:andrew@morphoss.com">andrew@morphoss.com</a>>:<br>
<div class="im">> On Wed, 2013-09-04 at 11:18 -0300, Manuel Quiñones wrote:<br>
>> No luck in html lint.<br>
>><br>
>> There is the main validator: <a href="http://validator.nu/" target="_blank">http://validator.nu/</a> .  It helped me to<br>
>> find a bug in the index.html of sugar-web-template.  I have sent a PR<br>
>> with the fix.<br>
>><br>
>> And there is html5-lint, a Mozilla instance of the main validator:<br>
>><br>
>> <a href="https://github.com/mozilla/html5-lint" target="_blank">https://github.com/mozilla/html5-lint</a><br>
>><br>
>> But unfortunately those don't work with a fragment of HTML, so we can't<br>
>> use them for templates.<br>
>><br>
>> Then there is the W3C online validator, which has an option for HTML<br>
>> fragments, but not for doctype html5, and throws errors in Mustache<br>
>> templates:<br>
>><br>
>> <a href="http://validator.w3.org/#validate_by_input+with_options" target="_blank">http://validator.w3.org/#validate_by_input+with_options</a><br>
><br>
> Hi Manuel,<br>
><br>
> Would it be possible to simply present a small service somewhere which<br>
> wrapped a fragment with the right HTML5 pieces and submitted it to one<br>
> of the full-document validators?<br>
<br>
</div>Certainly, Andrew.  We could:<br>
<br>
1. compile the templates with sample data<br>
2. wrap the result inside the <body> tag of a standard html5 file<br>
3. validate it<br>
<br>
I wonder if its worth the effort.<br></blockquote><div><br></div><div>I think we can wait a bit and see if it is worth it... we might never have much html in sugar-web. <br></div></div></div></div>