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 15971 - (purely editorial) avoid fragment ids of the form #ltxxx
Summary: (purely editorial) avoid fragment ids of the form #ltxxx
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Image Values and Replaced Content (show other bugs)
Version: unspecified
Hardware: PC All
: P2 trivial
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 09:04 UTC by Kang-Hao (Kenny) Lu
Modified: 2012-02-17 23:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Kang-Hao (Kenny) Lu 2012-02-13 09:04:20 UTC
The spec now uses

* #ltimage for <image>
* #ltgradient for <gradient>
* #ltelment-refererence for <element-reference>

and so on as compared to, say, css3-text which uses #spacing-limit for <spacing-limit>. (Although, there something equivalently bad: #ltbg-imagegt for <bg-image> in css3-background.)

There's apparently nothing really harmful here except I think it's ugly.
Comment 1 Tab Atkins Jr. 2012-02-17 23:21:14 UTC
Fixed all the places I could find (found via a /dfn>&lt/ regex).  Let me know if there are any left that I missed.