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 24750 - <canvas>: fallback should support grids
Summary: <canvas>: fallback should support grids
Status: RESOLVED FIXED
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:
Whiteboard:
Keywords:
Depends on: 24748 24713
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-20 19:14 UTC by Ian 'Hixie' Hickson
Modified: 2014-02-20 23:38 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-02-20 19:14:28 UTC
Use case: crossword puzzles implemented in canvas.

Requirements:
  - enable table-related elements (table, td, tfoot, etc) to be hit region
    controls. (exclude col and colgroup)
  - the event from bug 24748
Comment 1 contributor 2014-02-20 23:38:37 UTC
Checked in as WHATWG revision r8494.
Check-in comment: Allow addHitRegion() to refer to non-interactive table-related elements, so that we can expose grids in canvases (e.g. crosswords)
http://html5.org/tools/web-apps-tracker?from=8493&to=8494