Frédéric Wang

Results 61 issues of Frédéric Wang

In https://w3c.github.io/payment-method-id/#validation the following security checks are performed: * If url's scheme is not "https", return false. * If url's username or password is not the empty string, return false....

cc @khaledhosny OpenType doc: https://learn.microsoft.com/en-us/typography/opentype/spec/math#mathconstants-table Microsoft bug: https://github.com/MicrosoftDocs/typography-issues/issues/1136#issuecomment-2040368757 Basically, Microsoft Word has a bug and reads `displayOperatorMinHeight` and `delimitedSubFormulaMinHeight` in the wrong order. Cambria Math seems to have the parameters...

https://en.wikibooks.org/wiki/LaTeX/Creating_3D_graphics mentions the package http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solides3d/tex to create 3D graphics. Although, this could be converted into SVG like what is done for tikz, it might also be interesting to generate some...

enhancement
packages
pgf/tikz

### MDN URL https://developer.mozilla.org/en-US/docs/Web/MathML/Element/ms ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? lquote/rquote attributes of the MathML element...

Content:MathML

#### 55628d9c3ad1bef2753674294d6f3a115a4de51f Support CSS width/height properties on MathML elements https://bugs.webkit.org/show_bug.cgi?id=281292 Reviewed by NOBODY (OOPS!). This patch implements support for the width/height properties on MathML elements [1]. The general algorithm from...

MathML

cc @mbrodesser-Igalia @lukewarlow @smaug---- @koto It seems chromium treats embed's src attribute and object's codebase/data attributes as TrustedScriptURL: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/trustedtypes/trusted_type_policy_factory.cc;l=50;drc=08efa89c7d73d72e6ebcddbf053c41a230dc1ba8?q=TrustedTypePolicyFactory But they are not listed in the spec: https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-get-trusted-type-data-for-attribute AFAIK, there...

…namespace This is the behavior that Chromium and WebKit currently implement, see https://phabricator.services.mozilla.com/D226547 Currently, it seems that the "interface for localName and elementNs" would fallback to `Element`, similarly to what...

Closes https://github.com/w3c/trusted-types/issues/552 *** Preview | Diff

Closes https://github.com/w3c/trusted-types/issues/551 *** Preview | Diff

cc @smaug---- @mbrodesser-Igalia @lukewarlow `elementNs` and `attrNS` are optional nullable arguments defaulting to the empty string, so we should test what happens when null values are used: ``` optional DOMString?...