Changes between Initial Version and Version 1 of Ticket #28940, comment 8
- Timestamp:
- 08/10/2014 08:47:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28940, comment 8
initial v1 2 2 > I noticed that the empty <i> tags are not being removed even '''after''' removing the 28940.patch. 3 3 4 Yes, currently empty `<i>` tags are only removed when the y are the only child ofthe parent block tag, see [#comment:2 comment:2].4 Yes, currently empty `<i>` tags are only removed when there is no other content in the parent block tag, see [#comment:2 comment:2]. 5 5 6 6 Empty spans are always removed though as WebKit/Blink have the "bad habit" of inserting tons of them in many different cases, and this behavior changes from version to version.