Files
rose-ash/sx/sx/applications/hyperscript/gallery-expressions-attributeRef/index.sx
giles 1a9c8d61b5 Hyperscript gallery: one-per-file page migration (76 pages)
Migrates hyperscript demo/reference pages from grouped index files into
one-per-page directory layout. Each gallery-<topic>/index.sx is a single
defpage with its own demo, matching the one-per-file convention used
elsewhere in sx/sx/applications/.

Covers: control (call/go/if/log/repeat/settle), dom (add/append/empty/
focus/hide/measure/morph/put/remove/reset/scroll/set/show/swap/take/
toggle), events (asyncError/bootstrap/dialog/fetch/halt/init/on/pick/
send/socket/tell/wait/when), expressions (asExpression/attributeRef/
closest/collectionExpressions/comparisonOperator/default/in/increment/
logicalOperator/mathOperator/no/objectLiteral/queryRef/select/splitJoin),
language (askAnswer/assignableElements/component/cookies/def/dom-scope/
evalStatically/js/parser/relativePositionalExpression/scoping), and
reactivity (bind/live/liveTemplate/reactive-properties/resize/transition).

Adds _islands/hs-test-card.sx — a shared island for hyperscript demos.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 09:08:30 +00:00

18 lines
1.0 KiB
Plaintext

;; AUTO-GENERATED from spec/tests/hyperscript-upstream-tests.json
;; DO NOT EDIT — regenerate with:
;; python3 tests/playwright/generate-sx-tests.py --emit-pages
(defcomp ()
(~docs/page :title "Hyperscript: attributeRef (1 tests — 0 runnable)"
(p :style "color:#57534e;margin-bottom:1rem" "Live cards for the upstream attributeRef tests. 0 of 1 are reproducible in-browser; the remainder show their source for reference.")
(p :style "color:#78716c;font-size:0.875rem;margin-bottom:1rem"
"Theme: " (a :href "/sx/(applications.(hyperscript.gallery-expressions))"
:style "color:#7c3aed" "expressions"))
(div :style "display:flex;flex-direction:column"
(~hyperscript/hs-test-card
:name "attributeRef can be set through possessive w/ short syntax"
:html "<div id='arDiv' _='on click set my @data-foo to \\\"blue\\\"' data-foo='red'></div>"
:action "find('#arDiv').dispatchEvent('click')"
:check "toBe(\"blue\")"
:run-src "(fn (sandbox) (error \"not yet runnable in gallery — see test suite\"))"))))