Hi daniec@
I know the tests this change tries to fix are tentative, but I think the expected behavior they define make sense. These tests were added by Firefox in the bug 1777905 [1]
I have filed an issue [2] in the WPT to ask about some clarifications regarding the expectations proposed by these tests.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1777905
[2] https://github.com/web-platform-tests/wpt/issues/59509
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I timed out on this review this week -- Samba, mind taking a first pass?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi sambamurthy.bandaru@
A gentle ping to remind you about this pending review.
Thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi daniec@
Could you take a look at this CL ?
Thanks
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry for the long wait on this.
Ensure metadata-tags are not editable content.A behavior change like this should be guarded with a flag in `runtime_enabled_features.json5`.
-webkit-user-modify: read-only !important;I'm unsure about broadly making metadata content non-editable under <head> or <html>. It's a little odd, but stuff like this works under both Safari and Chromium: https://dandclark.github.io/demos/editable-head.html
Currently Firefox is the odd one out by not allowing it, so if we change to match them we haven't really improved overall interoperability unless we convince Safari to also make the change.
I saw you opened an issue at https://github.com/web-platform-tests/wpt/issues/59509, but I think the better venue to discuss this would be the Editing WG, so I took the liberty of opening https://github.com/w3c/editing/issues/546.
Agreeing there to align on one behavior seems like the best way forward.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
-webkit-user-modify: read-only !important;I'm unsure about broadly making metadata content non-editable under <head> or <html>. It's a little odd, but stuff like this works under both Safari and Chromium: https://dandclark.github.io/demos/editable-head.html
Currently Firefox is the odd one out by not allowing it, so if we change to match them we haven't really improved overall interoperability unless we convince Safari to also make the change.
I saw you opened an issue at https://github.com/web-platform-tests/wpt/issues/59509, but I think the better venue to discuss this would be the Editing WG, so I took the liberty of opening https://github.com/w3c/editing/issues/546.
Agreeing there to align on one behavior seems like the best way forward.
Thanks for the comment and for moving the issue to the Editing WG, it's indeed a more appropriated venue for the discussion.
I think we can put this CL on hold until the WG issue is discussed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |