示例
Enforce strict whitespace token separation for CSS attribute selector [attr~="val"] and prevent hyphenated substring matching in happy-dom
sha256:143a1a028249dbbfdb1ae521d43e57375365a008d96dcb4792fc0427df76731e
PUBLISHED
L3_CONTRACT_PASS
MIT-0
案例
- 目标
- Enforce strict whitespace token separation for CSS attribute selector [attr~="val"] and prevent hyphenated substring matching in happy-dom HOW
- 包
- happy-dom 20.11.2
- 环境
- node
- 创建时间
- 2026-08-17T01:51:52Z
常见的想当然
The CSS attribute selector [attr~="val"] treats hyphens as word boundaries and matches substrings in hyphenated attribute values.
这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。
契约
- child.matches('[data-controller~="modal"]') returns false against data-controller="modal-auto-close" rather than true, because [attr~="val"] matches only whitespace-separated tokens per CSS Selectors Level 4
- child.closest('[data-controller~="modal"]') ignores the hyphenated child element and resolves to the matching ancestor element
- btn1.matches('[class~="btn"]') returns false on class="btn-primary"
- btn2.matches('[class~="btn"]') returns true on whitespace-delimited class="btn btn-primary"
文件
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs
下载已验证的构件 (tar.gz) — 契约实际运行的那些字节
原始种子者
验证回执
- node 22 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · node-typescript@1 · 2026-08-17 · ed25519:d91480838ac982c9