File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,18 +225,17 @@ When you discover a new edge case:
225225
2262261 . Render the source form in an Ember dev app and capture both ` outerHTML ` and (where relevant) the IDL property.
2272272 . Add a row to the appropriate table above with verified-only data. Mark assumptions explicitly with "(assumed)" or "(unverified)".
228- 3 . Cite the date and Ember/Glimmer version of the verification in the commit message.
228+ 3 . Cite the date and ` ember-source ` version of the verification in the commit message.
2292294 . If the new finding contradicts an existing rule's classification, open an issue or PR fixing the rule and link this doc.
230230
231231## Verification metadata
232232
233233- ** Date verified:** 2026-04-28
234- - ** Ember/Glimmer version:** _ TODO — fill in ` ember-source ` version from the dev app where t1–t4 were tested. _
234+ - ** Ember version:** ` ember-source ` 6.12 (Glimmer VM is merged into the main Ember repo, no separate version)
235235- ** Verified by:** [ @johanrd ] ( https://github.com/johanrd ) (rendering app, devtools inspection)
236236- ** Methodology:** rendered template fragments, inspected ` outerHTML ` for HTML serialization and JS property access for IDL state
237237
238238## Related
239239
240- - The Glimmer VM source for attribute rendering: < https://github.com/glimmerjs/glimmer-vm >
241240- HTML spec on boolean attributes and reflection: < https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes >
242241- ARIA ` aria-hidden ` semantics: < https://www.w3.org/TR/wai-aria-1.2/#aria-hidden >
You can’t perform that action at this time.
0 commit comments