mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
parent
ad94ef5a96
commit
145aea3eeb
1196 changed files with 14344 additions and 6221 deletions
|
@ -658,36 +658,36 @@ tab-size-percent-001 reference/tab-size-length-001-ref tab-size: 100% http://ww
|
|||
text-align-006 reference/text-align-006-ref text-align - start (basic) http://www.w3.org/TR/css-text-3/#text-align 881507d6949094d4daeca3dca47e5bc42bbc8aba `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align' property set to 'start' on a block element aligns the text to the start edge.
|
||||
text-align-007 reference/text-align-007-ref text-align - end (basic) http://www.w3.org/TR/css-text-3/#text-align f03bb29856642a23b70a4928e4ac19e3f7ff10cb `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align' property set to 'end' on a block element aligns the text to the end edge.
|
||||
text-align-008 reference/text-align-007-ref text-align - match-parent (basic) http://www.w3.org/TR/css-text-3/#text-align 069273f30fcfdabea7919e0be823e38dfcf68d51 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align' property set to 'match-parent' on a block element behaves the same as 'inherit'.
|
||||
text-align-end-001 reference/text-align-end-001 text-align: end, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property ae43ec44ae0dc4ac02a0e8a559d74da31c42d13b `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-002 reference/text-align-end-002 text-align: end, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 815440a1ae40e3d94312f4201ba90040c96fe98e `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-003 reference/text-align-end-003 text-align: end, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 1a3c7d5f717d47d911c791b7cd906c97ca41fa28 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-004 reference/text-align-end-004 text-align: end, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 72cf82068b9185d1915f02dfae3be370f9abd7f3 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-005 reference/text-align-end-005 text-align: end, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 748825d5ea5774a416eefd977446d3e7f986c090 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-006 reference/text-align-end-006 text-align: end, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 8ef842fbe5eadfc585e491f56681f75314909a25 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-007 reference/text-align-end-007 text-align: end, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property b1bce53d28f6e74871d082f1dab9a015869ba6bb `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-008 reference/text-align-end-008 text-align: end, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 514f3037cb18cba66f585446045f2af55d3a1e17 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-009 reference/text-align-end-009 text-align: end, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property b9c45dc0fd1f19373fc6f4e9fcd70dd3e4087347 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is auto and first strong character is rtl.
|
||||
text-align-end-010 reference/text-align-end-010 text-align: end, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property 0cdd288133104883df318ecba88e21132b06dca7 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is auto and first strong character is ltr.
|
||||
text-align-end-014 reference/text-align-end-014 text-align: end, pre, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property 9005d74809a67a6641cb1ac91b3fcb5f860b9d53 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when base direction is rtl.
|
||||
text-align-end-015 reference/text-align-end-015 text-align: end, pre, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property d6f18380ea8dbfe5b34137b0a30c6fb1b74e22ef `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when base direction is ltr.
|
||||
text-align-end-016 reference/text-align-end-016 text-align: end, pre, dir=auto https://drafts.csswg.org/css-text-3/#text-align-property b4e70eedf449c7fb1bc8247ce03caf9c4799ae55 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is auto and first strong character is ltr, and left when first strong is rtl.
|
||||
text-align-end-017 reference/text-align-end-017 text-align: end, pre, dir=auto on surrounding block https://drafts.csswg.org/css-text-3/#text-align-property 413fa0cad6490b5e2dc4ff4ae1541ebaa26b3471 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. since dir=auto is not inherited by pre, to right in ltr context.
|
||||
text-align-end-001 reference/text-align-end-ref-001 text-align: end, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property e1a4ece3c036e1920979a62086e214fffe449d48 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-002 reference/text-align-end-ref-002 text-align: end, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 13c5f762d5dfe172b9f2e4412fcbdb2c224e7a16 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-003 reference/text-align-end-ref-003 text-align: end, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property b9d3d22718adebe8ccec40f7e5f727b2d3003c3b `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-004 reference/text-align-end-ref-004 text-align: end, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 894c52478e119e28a48aeff4e8ae84bb8607263c `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-005 reference/text-align-end-ref-005 text-align: end, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property dc6190c2ad7f32a5ff7af483710a8a906279b41c `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-006 reference/text-align-end-ref-006 text-align: end, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 9e333d2ecd35951d159889fb29c26d1871e86825 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-007 reference/text-align-end-ref-007 text-align: end, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 62f1bf0e98f06cb948cbe0730ff8bf917d792a78 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is horizontal, rtl.
|
||||
text-align-end-008 reference/text-align-end-ref-008 text-align: end, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property aa1b77c5ebc62af177c8b50db354b81109810d82 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is horizontal, ltr.
|
||||
text-align-end-009 reference/text-align-end-ref-009 text-align: end, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property ced2dc23f5746fdfcb7aaddfdcc06f1a844bdcb5 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when direction is auto and first strong character is rtl.
|
||||
text-align-end-010 reference/text-align-end-ref-010 text-align: end, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property d0bf6e0a5bd4e9b36d87b681a04942c2bde63a2f `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is auto and first strong character is ltr.
|
||||
text-align-end-014 reference/text-align-end-ref-014 text-align: end, pre, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property d979aa7c3076357ec118bfcb8be10dc4ed8787a0 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when base direction is rtl.
|
||||
text-align-end-015 reference/text-align-end-ref-015 text-align: end, pre, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property c782268a35406c29892f1947c5efa2b34751f205 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when base direction is ltr.
|
||||
text-align-end-016 reference/text-align-end-ref-016 text-align: end, pre, dir=auto https://drafts.csswg.org/css-text-3/#text-align-property 58c1954c25726c6a68ece557819cb8b83b4b13e2 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when direction is auto and first strong character is ltr, and left when first strong is rtl.
|
||||
text-align-end-017 reference/text-align-end-ref-017 text-align: end, pre, dir=auto on surrounding block https://drafts.csswg.org/css-text-3/#text-align-property 7e852ad913370b0ea1fe3afac88ce455ca0aa6e7 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. since dir=auto is not inherited by pre, to right in ltr context.
|
||||
text-align-end-018 text-align: end, textarea, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property 522a0a0b516abd8d521afd0cf4fdd400feba7b0a `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. left when base direction is rtl.
|
||||
text-align-end-019 text-align: end, textarea, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property bc5cf5d50c919d64d4ef07c8b385688b03888d00 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. right when base direction is ltr.
|
||||
text-align-end-020 text-align: end, textarea dir=auto on control https://drafts.csswg.org/css-text-3/#text-align-property f91c66ed7d9306f0a46c9480a9ababa0d9e63ae5 `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. when dir=auto on textarea, right when first strong is ltr, left when rtl.
|
||||
text-align-end-021 text-align: end, textarea, dir=auto on surrounding block https://drafts.csswg.org/css-text-3/#text-align-property 4286db3f937bb8e0b8aab9b7c9843e7c3c971a6f `Richard Ishida`<mailto:ishida@w3.org> text-align:end aligns inline-level content to the end edge of the line box – ie. since dir=auto is not inherited by textarea, to right in ltr context.
|
||||
text-align-justify-001 reference/text-align-justify-001 text-align: justify, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 943a72c8a76b37ca4b75346290a74b16f374eecd `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-002 reference/text-align-justify-002 text-align: justify, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 6a482274db5fd35b89338284be06eeb1ec630919 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justify-003 reference/text-align-justify-003 text-align: justify, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 44108679688cb9f1c5419a12a7a7142d3aad2e09 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-004 reference/text-align-justify-004 text-align: justify, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property b36e3b065b6516274851e8097426b0c2db10a4d1 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justify-005 reference/text-align-justify-005 text-align: justify, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property 0dfd26fc3cfa665e5e5071c2619a72106ee4e5d2 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-006 reference/text-align-justify-006 text-align: justify, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property 5255df25b7f62246a6689c5aadaf9c99dafc5365 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justifyall-001 reference/text-align-justifyall-001 text-align: justify-all, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 613ad6e43fc6484b4a6c071806364b93f0788478 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-002 reference/text-align-justifyall-002 text-align: justify-all, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property e07c23fef762055bfef11277efc21935fd014a62 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-003 reference/text-align-justifyall-003 text-align: justify-all, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 3d0f71880fe51f780a4364185ccdf9d90b8f41db `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-004 reference/text-align-justifyall-004 text-align: justify-all, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 02ade7cba0ce40d07d12c795ef0980c0aed66783 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-005 reference/text-align-justifyall-005 text-align: justify-all, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property c47bdb43f2207cc9a6ea54f2a3b11a3cf950d3be `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-006 reference/text-align-justifyall-006 text-align: justify-all, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property ab6bc7ea8230663c6dd1dbbf997e2157ead8dcd7 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justify-001 reference/text-align-justify-ref-001 text-align: justify, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 139ee1837f1502611be18ac9caf8c8b9ded23c83 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-002 reference/text-align-justify-ref-002 text-align: justify, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property f85a6287414b3346a293735f420008df17612ff4 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justify-003 reference/text-align-justify-ref-003 text-align: justify, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 6f49d242e27ff7c5ccc0fe8bdbe269f6573ac20a `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-004 reference/text-align-justify-ref-004 text-align: justify, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property d3e58dd0e46c5ef29c4981a3b73291c1c4434790 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justify-005 reference/text-align-justify-ref-005 text-align: justify, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property eb85f47117e22156ff38787d96e7bcfa714cc8d5 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the right.
|
||||
text-align-justify-006 reference/text-align-justify-ref-006 text-align: justify, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property 3ccdc20f3c2ec05990828d059ad15d2787e47615 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned – in this case, to the left.
|
||||
text-align-justifyall-001 reference/text-align-justifyall-ref-001 text-align: justify-all, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 1b3e22738e813f292079f3b3c93e2c338cccd3eb `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-002 reference/text-align-justifyall-ref-002 text-align: justify-all, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property fe5759ce6242ddd684c4808fe44c2eeb5f7d0c03 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-003 reference/text-align-justifyall-ref-003 text-align: justify-all, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property f9d2bc84d17471ffdccdfafdd3bff8cc773819ba `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-004 reference/text-align-justifyall-ref-004 text-align: justify-all, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 12990d9cf550dded573e67c3717887bf53c880c3 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-005 reference/text-align-justifyall-ref-005 text-align: justify-all, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property 947970cc3df02220fd3f4c98c980e4f3c41c88a1 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-justifyall-006 reference/text-align-justifyall-ref-006 text-align: justify-all, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property 848def4e6a8dfc19873d1dcde26252d65e2d7ad7 `Richard Ishida`<mailto:ishida@w3.org> text-align:justify-all aligns text in order to exactly fill the line box, forcing the last line to justify as well.
|
||||
text-align-last-001 text-align-last - start (basic) http://www.w3.org/TR/css-text-3/#text-align-last 1fce65ed38da0c61a6f9bb19ed91fc203b7b70b7 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align-last' property set to 'start' on a block element aligns the last line text to the start edge.
|
||||
text-align-last-002 text-align-last - end (basic) http://www.w3.org/TR/css-text-3/#text-align-last 5de0bf74fd4529e0b56d8ee8b0f23729b0a77bf3 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align-last' property set to 'right' on a block element aligns the last line text to the end edge.
|
||||
text-align-last-003 text-align-last - left (basic) http://www.w3.org/TR/css-text-3/#text-align-last 247cb2ee1fbae234cfc9f6f9f86f4c43463ec20c `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'text-align-last' property set to 'left' on a block element aligns the last line text to the left.
|
||||
|
@ -708,20 +708,20 @@ text-align-match-parent-03 reference/text-align-match-parent-ref CSS Text: text-
|
|||
text-align-match-parent-04 reference/text-align-match-parent-ref CSS Text: text-align: match-parent dom http://www.w3.org/TR/css-text-3/#text-align-property 5d2075a3a33a1300cf6f2ae911b09d63107093fa `Simon Montagu`<mailto:smontagu@mozilla.com> Text checks that an element with text-align: match-parent still aligns correctly if the parent's width is changed
|
||||
text-align-match-parent-root-ltr reference/text-align-match-parent-root-ltr-ref CSS Text: text-align: match-parent http://www.w3.org/TR/css-text-3/#text-align-property 0169c5b70c4c7c0fe96f9f7dfc21c8fbd6563871 `Simon Montagu`<mailto:smontagu@mozilla.com> Text checks that text-align: match-parent on a root element with dir=ltr is equivalent to text-align: start
|
||||
text-align-match-parent-root-rtl reference/text-align-match-parent-root-rtl-ref CSS Text: text-align: match-parent http://www.w3.org/TR/css-text-3/#text-align-property 49617035888a8e44e2b9ef3393005cfb2b3ed640 `Simon Montagu`<mailto:smontagu@mozilla.com> Text checks that text-align: match-parent on a root element with dir=rtl is equivalent to text-align: start
|
||||
text-align-start-001 reference/text-align-start-001 text-align: start, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property f5b5b9e1e3b48e41a7c2dc30c8fdfe5c2e4020a4 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-002 reference/text-align-start-002 text-align: start, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 070efbcc69d4a5743ae157e96f4013212b28f373 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-003 reference/text-align-start-003 text-align: start, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 92c88daa0b68c3c9edf94a2e8fd0887aeb2d5e9d `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-004 reference/text-align-start-004 text-align: start, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property efebad37fa2dc9f1cb64dd58dccd3b758d5a1c5f `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-005 reference/text-align-start-005 text-align: start, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 8255b60b54eead073d1ff2ce8fb051bbd18c1a04 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-006 reference/text-align-start-006 text-align: start, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property 898248d2d196a7ebabd2490e4f6a6d0ce890bda6 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-007 reference/text-align-start-007 text-align: start, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 570b55add7f20936dd3bcebad9f708ada2cb2a45 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-008 reference/text-align-start-008 text-align: start, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property ac4ee8ca3702bf0790d29aafddc0c886bbc074c6 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-009 reference/text-align-start-009 text-align: start, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property c79e3533998b1736deb82a0b610234faed82353a `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is auto and first strong character is rtl.
|
||||
text-align-start-010 reference/text-align-start-010 text-align: start, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property d4bd56c53818dc45f84a08f7e52a6a9cdcde49b1 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is auto and first strong character is ltr.
|
||||
text-align-start-014 reference/text-align-start-014 text-align: start, pre, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property 18f1326cec179d8e88cbfacca0749d2862628ff7 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when base direction is rtl.
|
||||
text-align-start-015 reference/text-align-start-015 text-align: start, pre, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property e1ae7307a90c4db34b55f0e18a2177c660d68ccf `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when base direction is ltr.
|
||||
text-align-start-016 reference/text-align-start-016 text-align: start, pre, dir=auto https://drafts.csswg.org/css-text-3/#text-align-property fdc78c50267b06607bb54f7c484bb8c9ceaf87f6 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is auto and first strong character is ltr, and right when first strong is rtl.
|
||||
text-align-start-017 reference/text-align-start-017 text-align: start, pre, dir=auto on surrounding block https://drafts.csswg.org/css-text-3/#text-align-property fee6caeb95d51b66d3b010dba6390d7f6e643d43 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. since dir=auto is not inherited by pre, to left in ltr context.
|
||||
text-align-start-001 reference/text-align-start-ref-001 text-align: start, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property 99ca0394f0e2dbf82143e8e497d7e6101a9f7b94 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-002 reference/text-align-start-ref-002 text-align: start, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property d97dc7cfdd7fd6a919aa0f065aa80909e73e47de `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-003 reference/text-align-start-ref-003 text-align: start, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property 15b44b66b542103d3bff54c84016af131f9a7138 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-004 reference/text-align-start-ref-004 text-align: start, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property 01d326f332cb6a268e3b4c34188c89f30b7186be `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-005 reference/text-align-start-ref-005 text-align: start, direction: rtl https://drafts.csswg.org/css-text-3/#text-align-property c4d537e521a94f55874a08d6833169ccbec7f8a2 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-006 reference/text-align-start-ref-006 text-align: start, direction: ltr https://drafts.csswg.org/css-text-3/#text-align-property d07bd265b06eee8528e4cf7b97d3b8a35b494955 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-007 reference/text-align-start-ref-007 text-align: start, dir=rtl https://drafts.csswg.org/css-text-3/#text-align-property a437fbade0026c8047e851508efbdbd4d60e3a5c `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is horizontal, rtl.
|
||||
text-align-start-008 reference/text-align-start-ref-008 text-align: start, dir=ltr https://drafts.csswg.org/css-text-3/#text-align-property bdd4951ade2e3155d63fac501cae0b9b6eea48ab `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is horizontal, ltr.
|
||||
text-align-start-009 reference/text-align-start-ref-009 text-align: start, dir=auto, RTL first strong https://drafts.csswg.org/css-text-3/#text-align-property d0de6f59b105b251204339d0cb22f4213c7f790f `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when direction is auto and first strong character is rtl.
|
||||
text-align-start-010 reference/text-align-start-ref-010 text-align: start, dir=auto, LTR first strong https://drafts.csswg.org/css-text-3/#text-align-property b03da49bf14bb27bad90379f29759ab6d3c7f9db `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is auto and first strong character is ltr.
|
||||
text-align-start-014 reference/text-align-start-ref-014 text-align: start, pre, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property bed8553500494f6f42f0fc313682947280d4ff85 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when base direction is rtl.
|
||||
text-align-start-015 reference/text-align-start-ref-015 text-align: start, pre, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property 8f4ac548061cb51351b2a32f830550577f9feb69 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when base direction is ltr.
|
||||
text-align-start-016 reference/text-align-start-ref-016 text-align: start, pre, dir=auto https://drafts.csswg.org/css-text-3/#text-align-property 774b558ee80e7e0c82a9c17090d5272fa09fd713 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when direction is auto and first strong character is ltr, and right when first strong is rtl.
|
||||
text-align-start-017 reference/text-align-start-ref-017 text-align: start, pre, dir=auto on surrounding block https://drafts.csswg.org/css-text-3/#text-align-property c9a5a90f36c4e95711ab384bdba01a28963705c1 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. since dir=auto is not inherited by pre, to left in ltr context.
|
||||
text-align-start-018 text-align: start, textarea, dir=rtl inherited https://drafts.csswg.org/css-text-3/#text-align-property e821e56efcb5fce47be9fabf1d340353e542e9e6 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. right when base direction is rtl.
|
||||
text-align-start-019 text-align: start, textarea, dir=ltr inherited https://drafts.csswg.org/css-text-3/#text-align-property d2f387f6149c620dcb7de401e3724adf9f3dade9 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. left when base direction is ltr.
|
||||
text-align-start-020 text-align: start, textarea dir=auto on control https://drafts.csswg.org/css-text-3/#text-align-property 846dfefff494a110914e09ca472ba2b6e04f8586 `Richard Ishida`<mailto:ishida@w3.org> text-align:start aligns inline-level content to the start edge of the line box – ie. when dir=auto on textarea, left when first strong is ltr, right when rtl.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue