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 15896 - css3-writing-modes: "inline axis" and "block axis" seem mixed up
Summary: css3-writing-modes: "inline axis" and "block axis" seem mixed up
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-05 00:28 UTC by Samuel Bronson
Modified: 2012-02-05 00:28 UTC (History)
0 users

See Also:


Attachments

Description Samuel Bronson 2012-02-05 00:28:06 UTC
I got very confused trying to make sense of this:

> inline-axis
>     The axis in the block dimension, i.e. the vertical axis in horizontal
>     writing modes and the horizontal axis in vertical writing modes.
>
> block-axis
>     The axis in the inline dimension, i.e. the horizontal axis in horizontal
>     writing modes and the vertical axis in vertical writing modes.

Then I noticed that not only are these in the opposite order from the definitions of "block dimension" and "inline dimension", but "inline-axis" refers to the "block dimension" and "block-axis" refers to "inline dimension". This convinces me that the text should be:

> block-axis
>     The axis in the block dimension, i.e. the vertical axis in horizontal
>     writing modes and the horizontal axis in vertical writing modes.
>
> inline-axis
>     The axis in the inline dimension, i.e. the horizontal axis in horizontal
>     writing modes and the vertical axis in vertical writing modes.