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 22205 - [HTML]: add markup for delineation
Summary: [HTML]: add markup for delineation
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/html/wg/drafts/html...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-30 08:27 UTC by steve faulkner
Modified: 2014-01-12 16:39 UTC (History)
5 users (show)

See Also:


Attachments

Description steve faulkner 2013-05-30 08:27:20 UTC
" <h1>Ramones - <span>Hey! Ho! Let's Go</span> </h1>"

<i>-</i> i {display:none}
Comment 1 Simon Pieters 2013-05-30 09:04:51 UTC
isn't that abuse of <i>?
Comment 2 steve faulkner 2013-07-01 08:47:39 UTC
(In reply to comment #1)
> isn't that abuse of <i>?

how so?
Comment 3 Simon Pieters 2013-08-06 20:28:56 UTC
You wouldn't use <i> there if it wasn't for the purpose of hiding it with CSS. Elements put in for styling only should be <span>.
Comment 4 steve faulkner 2014-01-12 16:39:17 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: ended up using <br>

<h1>Ramones <br>
   <span>Hey! Ho! Let's Go</span> 
   </h1>