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 18923 - HTML5 - BUG <ul><li><span ... > ... </span></li></ul> ----------------------------------------------------- <ul> <li><span style="background-color:#6699ff; color:#003366; font-size:1.1em;">Medical Servies</span><br> We offer state-of-the-art equ
Summary: HTML5 - BUG <ul><li><span ... > ... </span></li></ul> -----------------------...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 19:22 UTC by contributor
Modified: 2012-10-10 02:27 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-09-19 19:22:54 UTC
Specification: http://www.w3.org/TR/2011/WD-html5-20110525/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
HTML5 - BUG <ul><li><span ... > ... </span></li></ul>
-----------------------------------------------------
<ul>
		<li><span style="background-color:#6699ff;
						color:#003366;
						font-size:1.1em;">Medical
Servies</span><br>
				We offer state-of-the-art equipment and
technology.</li>
		<li><span class="gatagory">Surgical Services</span><br>
				Full range of surgical procedures including 
				orthopedics and emergency surgeries.</li>
		<li><span class="gatagory">Dental Care</span><br>A dental exam
can 
				determine whether your pet needs preventive
dental 
				care such as scaling and polishing.</li>
			<li><span class="gatagory">House Calls</span><br>
				The elderly, physically challendged, and
multiple 
				pet househols often find our in-home
veterinary 
				service helpful and convient.</li>
			<li><span class="gatagory">Emergencies</span><br>
				At least one of our doctors is on call every
day 
				and night.</li>
		</ul>
-----------------------------------------------------
PLEASE NOTE that <span ... > tag within <li> tag works with "style" but does
not work with "class" where class gatagory has the same attributes as style
above.... See example above....
-----------------------------------------------------
LUV HTML5

Posted from: 67.0.50.86
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25
Comment 1 Ian 'Hixie' Hickson 2012-10-10 02:27:26 UTC
It _should_ work... do you have a link I could look at where this problem occurs?