-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8333220 | 21.0.5-oracle | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8333693 | 21.0.5 | Martin Doerr | P3 | Resolved | Fixed | b01 |
JDK-8333294 | 17.0.13-oracle | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8333872 | 17.0.13 | Martin Doerr | P3 | Resolved | Fixed | b01 |
<u><span style='text-decoration: line-through'>underline + line-through</span></u>
<s><span style='text-decoration: underline'>underline + line-through</span></s>
<span style='text-decoration: line-through'><u>underline + line-through</u></span>
<span style='text-decoration: underline'><s>underline + line-through</s></span>
These four snippets should produce text which renders both underline and line-through. Yet they render only the style applied to the <span> element.
Two <span> elements don't work either:
<span style='text-decoration: line-through'><span style='text-decoration: underline'>underline + line-through</span></span>
<span style='text-decoration: underline'><span style='text-decoration: line-through'>underline + line-through</span></span>
Only the latest value is respected.
- backported by
-
JDK-8333220 text-decoration applied to <span> lost when mixed with <u> or <s>
-
- Resolved
-
-
JDK-8333294 text-decoration applied to <span> lost when mixed with <u> or <s>
-
- Resolved
-
-
JDK-8333693 text-decoration applied to <span> lost when mixed with <u> or <s>
-
- Resolved
-
-
JDK-8333872 text-decoration applied to <span> lost when mixed with <u> or <s>
-
- Resolved
-
- relates to
-
JDK-8323801 <s> tag doesn't strikethrough the text
-
- Resolved
-
-
JDK-8335967 "text-decoration: none" does not work with "A" HTML tags
-
- Closed
-
- links to
-
Commit openjdk/jdk17u-dev/cda3768c
-
Commit openjdk/jdk21u-dev/8991255f
-
Commit openjdk/jdk/cd3e4c03
-
Review openjdk/jdk17u-dev/2553
-
Review openjdk/jdk21u-dev/664
-
Review(master) openjdk/jdk/18550