Changes between Initial Version and Version 8 of Ticket #13583
- Timestamp:
- Jul 28, 2015, 10:45:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13583
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #13583 – Description
initial v8 10 10 1. <meta> tag is removed on all browsers. It's not necessarily just Chrome (as well as Start/EndFrag comments) thing and nothing bad will happen if we remove it. 11 11 2. Only content within `<body>` tags should be returned. We noticed that sometimes valuable tags are outside of StartEndFrag comments (e.g. when pasting from Excel). What's more – sometimes these comments do not exist (e.g. when pasting from Pages or Preview), because they are Windows thing, but content still contains full HTML with `<body>` and `<head>`. Note - `<body>` may have attributes. Finally, this must be done again on all browsers. Firefox on Mac yields exactly the same content as Chrome and I presume that it will be a thing on Windows soon too. 12 3. Remove the StartEndFrag comments. I don't think we need them.