<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>11494</bug_id>
          
          <creation_ts>2010-12-07 21:48:26 +0000</creation_ts>
          <short_desc>I would like a simple direct way to say that a table, or all tables in a document, should be drawn using single lines.  I produce puzzles as a business, so the tables that I have on my webpages are crossword diagrams, Sudoku diagrams, chess diagrams, and</short_desc>
          <delta_ts>2011-08-04 05:03:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML Canvas 2D Context</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>bzbarsky</cc>
    
    <cc>jackalmage</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>43157</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-12-07 21:48:26 +0000</bug_when>
    <thetext>Specification: http://dev.w3.org/html5/spec/Overview.html
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top

Comment:
I would like a simple direct way to say that a table, or all tables in a
document, should be drawn using single lines.  I produce puzzles as a
business, so the tables that I have on my webpages are crossword diagrams,
Sudoku diagrams, chess diagrams, and so forth.	When these are drawn using
double lines, shading, 3-dimensional effects, or other fanciful decoration
this detracts from the purpose and the content of the diagram.	It also wastes
a huge amount of space.  The double lines are 6 pixels wide, instead of the 2
pixels for a normal line.  For a 9x9 Sudoku, that&apos;s 40 wasted pixels. The
reader needs that spce for wing the puzzle.  For a large format 25x25
crossword, that&apos;s 104 wasted pixels in each direction.	Even if the table
contains ordinary text, the ornate borders distract and detract from the
contents.

Posted from: 69.118.33.233</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43158</commentid>
    <comment_count>1</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2010-12-07 22:05:34 +0000</bug_when>
    <thetext>This is pretty simple with CSS, no?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43165</commentid>
    <comment_count>2</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2010-12-07 23:01:52 +0000</bug_when>
    <thetext>This is a CSS issue.  It can be trivially achieved with code similar to the following:

table {
  border-collapse: collapse;
  border: 1px solid black;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52740</commentid>
    <comment_count>3</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:03:57 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>