Frédéric Wang
Frédéric Wang
> Everything that is implemented in Gecko or WebKit is covered by one of the spec at https://github.com/w3c/trusted-types/issues/494#issuecomment-2568807108 but Chromium still seems to implement legacy stuff (probably we should write...
I'm closing this issue as complete. Potential improvements that can be done separately: * Refine tests about content handler attributes for example https://github.com/w3c/trusted-types/issues/573 * Refine tests for SVG attributes, once...
> Do similar tests for violation object samples. This can be tracked in https://github.com/w3c/trusted-types/issues/576
Yes. This is just a draft, I only tried with munder/mover/munderover elements for now but I plan to handle more elements in next iterations.
I'm not sure whether Microsoft plans to release a new version of Cambria Math with that bug fixed, or if other math fonts have the issue (would be interesting to...
cc @icesfont
@khaledhosny Thanks for working on this! I left some (hopefully useful) comments on the PR.
For reference, Khaled's patch was first released in https://github.com/harfbuzz/harfbuzz/releases/tag/11.1.0
I'm not super familiar with the CSS code, so would be good to have a second reviewer advice.
Blink basically does not add quote to a `` iff it can be parsed as a CSS minus backslash-escape sequences: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/css/css_markup.cc;l=145;drc=0a7ae0e6c7f507bf4d102df97e733628566b4736 There is a bug though : `"serif"` (with quotes...