+
3.1.1 The wrap-flow property |
exclusions-wrap-flow-01 |
= |
|
wrap-flow:none
- Tests that wrap-flow:both is implemented. The inline boxes defined in the container with the exclusion element should wrap around the margin edges of the exclusion. Inline boxes are flowing to the left and right of the exclusion element.
|
exclusions-wrap-flow-02 |
= |
|
wrap-flow:none
- Tests that wrap-flow:start is implemented. The inline boxes defined in the container with the exclusion element should wrap around the left margin edge of the exclusion but not to the right. Inline boxes are flowing to the left of the exclusion element only.
|
exclusions-wrap-flow-03 |
= |
|
wrap-flow:none
- Tests that wrap-flow:start is implemented. The inline boxes defined in the container with the exclusion element should wrap around the left margin edge of the exclusion but not to the right. Inline boxes are flowing to the left of the exclusion element only.
|
exclusions-wrap-flow-04 |
= |
|
wrap-flow:none
- Tests that wrap-flow:start is implemented. The inline boxes defined in the container with the exclusion element should wrap around the left margin edge of the exclusion but not to the right. Inline boxes are flowing to the left of the exclusion element only.
|
wrap-flow-001 |
|
AhemDOM/JSScript |
wrap-flow property set to clear
- The text should flow above and below the exclusion, and not on either side
|
wrap-flow-002 |
|
AhemDOM/JSScript |
wrap-flow property set to start
- Text should flow from the beginning of the line to the exclusion, as well as above and below
|
wrap-flow-003 |
|
AhemDOM/JSScript |
wrap-flow property set to auto
- No exclusion should be created
|
wrap-flow-004 |
|
AhemDOM/JSScript |
wrap-flow property set to both
- Text should flow on both the left and right side of the exclusion, in addition to above and below
|
wrap-flow-005 |
|
AhemDOM/JSScript |
wrap-flow property set to end
- Text should flow on the right side of the exclusion, as well as above and below
|
wrap-flow-006 |
|
AhemDOM/JSScript |
wrap-flow property set to maximum
- Text should flow in the left OR right side of the exclusion depending on which has more space, as well as above and below
|