Frédéric Wang

Results 61 issues of Frédéric Wang

These functions return a DOMString taken from a specific column of a table, containing links to TrustedHTML/TrustedScript/TrustedScriptURL interfaces (which to add more confusion, have a stringifier returning the associated string...

In [getAttributeType()](https://w3c.github.io/trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype)'s algo: > 8. If attributeData is not null, then set expectedType to the value of the third member of attributeData. But attributeData is a row obtained from [Get...

See https://w3c.github.io/trusted-types/dist/spec/#deprecated-features It's linked to https://w3c.github.io/webcomponents/spec/imports/ which returns a 404 error.

We should provide TeXZilla as a JS module, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

There is a `PerformShadowRealmEval` operation defined here: https://tc39.es/proposal-shadowrealm/#sec-performshadowrealmeval At minimum, the `HostEnsureCanCompileStrings` call will need to be tweaked to pass the new parameters defined in the Dynamic Code Brand Checks...

See https://github.com/fred-wang/MathFonts/issues/12 If the font are rejected by OTS, they so will they be in some browsers when they are used as web fonts. Probably we should add a step...

Here is a minimal testcase. You need to run the test several times in order to reproduce. Several times, we hit https://github.com/servo/servo/issues/36717 instead. ```html document.onselectionchange = _ => { document.elementFromPoint(0,...

A-content/dom
C-has-manual-testcase
I-panic

Minimal testcase: ```html #container { display: inline-table; visibility: collapse; } onload = _ => textarea.scrollTo(); ``` System: Linux Version: Servo 0.0.1-73c286423 Command: `./servo/servo` ``` Should only call `scrollable_overflow()` after calculating...

C-has-manual-testcase
I-panic
A-layout/2020

Minimal testcase: ```html #container { border-style: dotted hidden; border-image: repeating-linear-gradient(to left top, blue, red); width: 0; animation: keyframes1 1s infinite; } @keyframes keyframes1 { 20% { padding: 1px } }...

C-has-manual-testcase
I-panic
A-webrender

Minimal testcase: ```html outerAudio.onerror = _ => { outerAudio.src = "about:blank"; const w = window.opener || window; w.window; w.opener = window[0]; innerAudio.appendChild(iframe); } ``` System: Linux Version: Servo 0.0.1-73c286423 Command:...

A-content/script
C-has-manual-testcase
I-panic