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 26333 - DOMPoint section 2: typos
Summary: DOMPoint section 2: typos
Status: RESOLVED FIXED
Alias: None
Product: FXTF
Classification: Unclassified
Component: Geometry (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: sideshowbarker+geometry
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-14 22:40 UTC by Adenilson Cavalcanti
Modified: 2014-07-17 05:41 UTC (History)
2 users (show)

See Also:


Attachments

Description Adenilson Cavalcanti 2014-07-14 22:40:11 UTC
Dear friends

While reading this section, I noticed some typos:

a)In matrixTransform()
"DOMPoint point initialzed" should be "initialized";


b) In Example 1
"with a the DOMMatrix" should be just "with a DOMMatrix"

c) Still on Example 1
var matrix = new DOMMarix(2, 0, 0, 2, 10, 10);

should be:
var matrix = new DOMMatrix(2, 0, 0, 2, 10, 10);
Comment 1 Dirk Schulze 2014-07-16 14:21:26 UTC
Thanks a lot for reporting! All fixed.