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 20722 - how to set table border color in HTML5. I found that use table is so terrible! Are you standard that can get support?
Summary: how to set table border color in HTML5. I found that use table is so terribl...
Status: RESOLVED WORKSFORME
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: 2013-01-21 09:03 UTC by contributor
Modified: 2013-01-24 23:49 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-01-21 09:03:07 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:
how to set table border color in HTML5.
I found that use  table is so terrible!
Are you standard that can  get support?


Posted from: 124.128.77.131
User agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
Comment 1 Ian 'Hixie' Hickson 2013-01-24 23:49:52 UTC
<style>
 table { border-color: green }
</style>