This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13581 - Suggestion for a new feature.
Summary: Suggestion for a new feature.
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/mid/CAF0iaMw6nPhthc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-03 05:47 UTC by HTML WG bugbot
Modified: 2011-08-04 05:06 UTC (History)
4 users (show)

See Also:


Attachments

Description HTML WG bugbot 2011-08-03 05:47:05 UTC
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 "&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: &nbsp;&nbsp;&nbsp; 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
Comment 1 Henri Sivonen 2011-08-03 07:16:53 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the tracker issue; or you may create a tracker issue
yourself, if you are able to do so. For more details, see this document:
<http://dev.w3.org/html5/decision-policy/decision-policy.html>.

Status: Rejected
Change Description: no spec change
Rationale: The proposed syntactic sugar doesn't broaden the expressiveness of the language but would fail to Degrade Gracefully.
Comment 2 Michael[tm] Smith 2011-08-04 05:06:40 UTC
mass-moved component to LC1