Changes between Initial Version and Version 1 of Ticket #369, comment 16
- Timestamp:
- 08/29/2014 09:07:49 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #369, comment 16
initial v1 1 Apparently the stylesheet is injected into the light DOM again , exposing it to the website's JavaScript. However, #1290 will fix this issue for Chrome 35 and any newer version.1 Apparently the stylesheet is injected into the light DOM again on Chrome, exposing it to the website's JavaScript. However, #1290 will fix this issue for Chrome 35 and any newer version. 2 2 3 3 We are still using `.sheet.insertRule()` to avoid mess like that, regardless of Shadow DOM. But for some reason Outlook 365 serializes our style element, which is pretty silly on their end.