[Bug 24788] New: HTMl5 should point to 2D Context instead of "below"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24788

            Bug ID: 24788
           Summary: HTMl5 should point to 2D Context instead of "below"
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: CR
          Severity: minor
          Priority: P3
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: plh@w3.org
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

[[
Set the canvas element's context mode to direct-2d; follow the 2D context
creation algorithm defined in the section below,
]]
http://www.w3.org/html/wg/drafts/html/CR/scripting-1.html#the-canvas-element

There is no algorithm below however. The algorithm would be likely in 2D
Context instead but I wasn't to locate it either.


[[
The bitmaps of canvas elements, as well as some of the bitmaps of rendering
contexts, such as those described in the section on the
CanvasRenderingContext2D object below, have an origin-clean flag, which can be
set to true or false. Initially, when the canvas element is created, its
bitmap's origin-clean flag must be set to true.
]]

This should as well point to 2D Context instead of "below".

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 24 February 2014 20:22:30 UTC