Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 80ebb21

Browse files
author
Gérard Talbot
committed
Removed a comment about Chrome not supporting central
baseline-alignment ... which is no longer needed or required since now Chrome 43 supports correctly central baseline-alignment.
1 parent 1f3a879 commit 80ebb21

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

css-writing-modes-3/abs-pos-non-replaced-vlr-007-ref.xht

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
left: 96px; /* 80px + p's margin-left (1em) */
2828
top: 160px;
2929
}
30-
31-
/*
32-
the 4px horizontal difference is due to non-central baseline-alignment of images in Chrome
33-
Issue 456540: repalced inline elements in vertical layout must be central-alignment in default
34-
https://code.google.com/p/chromium/issues/detail?id=456540
35-
Workaround: set
36-
p {line-height: 1;} img {vertical-align: bottom;}
37-
in the test
38-
*/
39-
4030
]]></style>
4131
</head>
4232

css-writing-modes-3/abs-pos-non-replaced-vrl-006-ref.xht

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@
3030
{
3131
position: relative;
3232
right: 96px; /* 80px + p's margin-left (1em) */
33-
/*
34-
100px for Chrome; 96px for Firefox;
35-
the difference is due to non-central baseline-alignment of images in Chrome
36-
Issue 456540: repalced inline elements in vertical layout must be central-alignment in default
37-
https://code.google.com/p/chromium/issues/detail?id=456540
38-
Workaround: set
39-
p {line-height: 1;} img {vertical-align: bottom;}
40-
in the test
41-
*/
4233
top: 160px;
4334
}
4435
]]></style>

css-writing-modes-3/abs-pos-non-replaced-vrl-012-ref.xht

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@
3030
{
3131
position: relative;
3232
right: 96px; /* 80px + p's margin-left (1em) */
33-
/*
34-
100px for Chrome; 96px for Firefox;
35-
the difference is due to non-central baseline-alignment of images in Chrome
36-
Issue 456540: repalced inline elements in vertical layout must be central-alignment in default
37-
https://code.google.com/p/chromium/issues/detail?id=456540
38-
Workaround: set
39-
p {line-height: 1;} img {vertical-align: bottom;}
40-
in the test
41-
*/
4233
top: 80px;
4334
}
4435
]]></style>

0 commit comments

Comments
 (0)