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 26376 - DOMMatrixReadOnly: more explicit description of comment
Summary: DOMMatrixReadOnly: more explicit description of comment
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-17 19:53 UTC by Adenilson Cavalcanti
Modified: 2014-09-04 18:06 UTC (History)
2 users (show)

See Also:


Attachments

Description Adenilson Cavalcanti 2014-07-17 19:53:44 UTC
In section 6. The DOMMatrix interfaces, it follows as:

interface DOMMatrixReadOnly {
    // These attributes are simple aliases for certain elements of the 4x4 matrix
...
}

What the "certain elements" means? Perhaps we could we be more explicit here and explain which elements are (e.g. m11, m22, m33, m44 if it was the matrix diagonal).
Comment 1 Dirk Schulze 2014-07-18 19:15:14 UTC
Check out the individual attributes. They state it more explicit.

a
Corresponds to the attribute m11.

I don't want to link from the WebIDL to the descriptions in the spec directly. Mostly because IDLs get copy pasted into implementations.

Do you think that is good enough?
Comment 2 Dirk Schulze 2014-09-04 11:47:14 UTC
(In reply to Dirk Schulze from comment #1)
> Check out the individual attributes. They state it more explicit.
> 
> a
> Corresponds to the attribute m11.
> 
> I don't want to link from the WebIDL to the descriptions in the spec
> directly. Mostly because IDLs get copy pasted into implementations.
> 
> Do you think that is good enough?

Can I close the bug report?
Comment 3 Adenilson Cavalcanti 2014-09-04 17:36:51 UTC
Please, go ahead and close the ticket.