- From: Eliot Graff <eliotgra@microsoft.com>
- Date: Thu, 9 Dec 2010 21:14:24 +0000
- To: "spec-prod@w3.org" <spec-prod@w3.org>
- Message-ID: <CE3A5BFD1228D84A8D9C158EEC195FD50EC15759@TK5EX14MBXW601.wingroup.windeploy.ntde>
Hi.
ReSpec is stripping out my self-closing <br /> tags and leaving them without the trailing slash, as in the following (polyglot markup requires the closing slash).
Source:
<p>
<code>Content-type: text/html; charset=utf-8</code>
<br />
or
<br />
<code>Content-type: text/html; charset=utf-16</code>
</p>
Post-ReSpec:
<p>
<code>Content-type: text/html; charset=utf-8</code>
<br>
or
<br>
<code>Content-type: text/html; charset=utf-16</code>
</p>
Is this by design? If not, is there a place to log a bug to have this behavior changed?
Thanks,
Eliot
Received on Thursday, 9 December 2010 21:14:59 UTC