← back to v136 · use-dompointinit-for-getcharnumatposition-ispointinfill-ispointinstroke

conformance · v136

v136 · use-dompointinit-for-getcharnumatposition-ispointinfill-ispointinstroke — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://svgwg.org/svg2-draft/ chromestatus: #5203869052960768 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
svg-geometry-element-exists SVGGeometryElement is exposed — host of isPointInFill / isPointInStroke. spec ↗ exists
is-point-in-fill-is-function SVGGeometryElement.prototype.isPointInFill is a function. spec ↗ typeof
is-point-in-stroke-is-function SVGGeometryElement.prototype.isPointInStroke is a function. spec ↗ typeof
is-point-in-fill-accepts-dompointinit isPointInFill accepts a DOMPointInit dictionary (plain object with x/y) — the new IDL replaces SVGPoint. spec ↗ script
get-char-num-at-position-accepts-dompointinit SVGTextContentElement.getCharNumAtPosition accepts a DOMPointInit. spec ↗ script
domrect-and-dompoint-exist DOMPoint is exposed — the wrapper interface around DOMPointInit. typeof