Skip to content

Commit 6052bae

Browse files
committed
docs: cite ember-source 6.12, drop separate Glimmer version
1 parent 6a8d7b7 commit 6052bae

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/glimmer-attribute-behavior.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,18 +225,17 @@ When you discover a new edge case:
225225

226226
1. Render the source form in an Ember dev app and capture both `outerHTML` and (where relevant) the IDL property.
227227
2. 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.
229229
4. 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>

0 commit comments

Comments
 (0)