Skip to content

[css-transforms-2] Order of sections in Transforms 2 is wrong #3245

@birtles

Description

@birtles

CSS Transforms 2 has the following outline:

  1. SVG and 3D transform functions
  2. The Transform Functions
    12.1 3D Transform Functions
    12.2 Transform function primitives and derivatives
    12.3 Interpolation of 3D matrices
    12.3.1 Decomposing a 3D matrix
    12.3.2 Interpolation of decomposed 3D matrix values
    12.3.3 Recomposing to a 3D matrix
  3. Interpolation of Matrices
    13.1 Neutral element for addition
  4. Interpolation of primitives and derived transform functions
  5. Addition and accumulation of transform lists
  6. Mathematical Description of Transform Functions

However, it seems like all the talk about interpolating 3D matrices really belongs under section 13 (and the neutral element for addition part, if needed at all, should not go under 15).

Looking at the changeset that introduced this structure: 9ff1588 it seems to differ from CSS Transforms 1 where the content was imported from. In CSS Transforms 1 the "Interpolation of 3D matrices" was a subsection of "Interpolation of Matrices".

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions