Re: Line Break
Geoff McLane <[email protected]> Mon, 01 Jun 2015 16:33:24 +0200
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------040004070908080604010401 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Chris, Like Adam, tend to wonder about the use case for this ;=)) To me a br is to break a line, not specifically to add big vertical spaces in a document. There are other ways to do that, like css... But this is NOT the right place to suggest a HTML RFC ;=() Yes, HTML Tidy is loosely associated to the W3C, but Tidy does not suggest HTML changes to the W3C. Quite the opposite. Tidy tries to test your html for conformity to the current W3C guide lines, as they slowly evolve... And thinking more about your RFC, the first step for the W3C would be to get the major browsers to support such a change... another very, very slow process... So, good idea or not, I can not see it 'flying' any time soon ;=)) But thanks for commenting... Regards, Geoff. On 28/05/15 23:25, Adam Grant wrote: > Why would you need 2 or more adjacent <br>s? > > 2015-05-28 13:01 GMT-04:00 Shark <[email protected] > <mailto:[email protected]>>: > > I have a suggestion, can the HTML line break include an attribute > to repeat? > > <br repeat=10> > > would be the same as > > <br><br><br><br><br><br><br><br><br><br> > > Chris > > > > > -- > > http://adamgrant.me > @NiceGoingAdam <http://twitter.com/nicegoingadam> --------------040004070908080604010401 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi Chris,<br> <br> Like Adam, tend to wonder about the use case for <br> this ;=))<br> <br> To me a br is to break a line, not specifically to <br> add big vertical spaces in a document. There are<br> other ways to do that, like css...<br> <br> But this is NOT the right place to suggest a HTML <br> RFC ;=()<br> <br> Yes, HTML Tidy is loosely associated to the W3C,<br> but Tidy does not suggest HTML changes to the W3C.<br> <br> Quite the opposite. Tidy tries to test your html <br> for conformity to the current W3C guide lines, as <br> they slowly evolve...<br> <br> And thinking more about your RFC, the first step for <br> the W3C would be to get the major browsers to support <br> such a change... another very, very slow process...<br> <br> So, good idea or not, I can not see it 'flying'<br> any time soon ;=))<br> <br> But thanks for commenting...<br> <br> Regards,<br> Geoff.<br> <br> On 28/05/15 23:25, Adam Grant wrote:<br> <blockquote cite="mid:CAAp-nsLrOm3n0X8M6eRuaLtcCApCVLKp7cz7_MWySy2=hbUzTQ@mail.gmail.com" type="cite"> <div dir="ltr">Why would you need 2 or more adjacent <br>s?</div> <div class="gmail_extra"><br> <div class="gmail_quote">2015-05-28 13:01 GMT-04:00 Shark <span dir="ltr"><<a moz-do-not-send="true" href="mailto:[email protected]" target="_blank">[email protected]</a>></span>:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div dir="ltr"> <div> <div> <div>I have a suggestion, can the HTML line break include an attribute to repeat?<br> <br> </div> <br repeat=10><br> <br> </div> would be the same as<br> <br> <br><br><br><br><br><br><br><br><br><br><br> <br> </div> Chris<br> </div> </blockquote> </div> <br> <br clear="all"> <div><br> </div> -- <br> <div class="gmail_signature"> <div dir="ltr"> <div><font color="#ffffff"><img moz-do-not-send="true" src="https://docs.google.com/uc?export=download&id=0B1WLr_BS7A3QNC1BZlpneHJmaW8&revid=0B1WLr_BS7A3QRXA0OWpqelpqOUxlWGZSdjhzd0x4bkxycHJjPQ" height="39" width="200"><br> </font></div> <div><a moz-do-not-send="true" href="http://adamgrant.me" target="_blank"><font color="#666666">http://adamgrant.me</font></a></div> <div><a moz-do-not-send="true" href="http://twitter.com/nicegoingadam" target="_blank"><font color="#666666">@NiceGoingAdam</font></a></div> </div> </div> </div> </blockquote> <br> </body> </html> --------------040004070908080604010401--