[Bug 13233] New: TITLE: Suggestion for a new feature. The tags "br" and "&nbsp" are most frequently used. The suggestion is to reduce and simplify the code while using the tags "br" and "&nbsp" multiple times. Current code for three tabs:     Suggested Code

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13233

           Summary: TITLE: Suggestion for a new feature. The tags "br" and
                    "&nbsp" are most frequently used. The suggestion is to
                    reduce and simplify the code while using the tags "br"
                    and "&nbsp" multiple times. Current code for three
                    tabs:     Suggested Code
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#top
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Specification: http://www.w3.org/TR/html5/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
TITLE: Suggestion for a new feature.

The tags "br" and "&nbsp" are most frequently used.

The suggestion is to reduce and simplify the code while using the tags "br"
and "&nbsp" 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.


Posted from: 123.236.10.186
User agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 13 July 2011 18:17:18 UTC