- From: <bugzilla@jessica.w3.org>
- Date: Wed, 03 Aug 2011 05:47:06 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13581 Summary: Suggestion for a new feature. Product: HTML WG Version: unspecified Platform: Other URL: http://www.w3.org/mid/CAF0iaMw6nPhthchf1_zU1LfBKoEHJxa Hune9mK+dns+DwjQtbQ@mail.gmail.com OS/Version: All Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: mike+html-wg-mailbot@w3.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org public-html-comments posting from: Parth Mehta <parth.rmehta@gmail.com> http://www.w3.org/mid/CAF0iaMw6nPhthchf1_zU1LfBKoEHJxaHune9mK+dns+DwjQtbQ@mail.gmail.com The tags "br" and " " are most frequently used. The suggestion is to reduce and simplify the code while using the tags "br" and " " multiple times. Current code for three tabs: Suggested Code: &3nbsp; Current code for three newlines: <br/><br/><br/> Suggested Code: <3br/> Similarly, the user can use any integer(in place of 3) for the number of times the tags needs to be repeated. -- *"Knowledge belongs to the whole world"* Regards Parth Mehta Email: parth.rmehta@gmail.com -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 3 August 2011 05:47:11 UTC