Follow-up from A10.10 (#1218, merged PR pending): the mechanical removed-vocabulary gate covers docs/READMEs/www-content, but www/app/** is out of that gate's scope and still presents removed APIs as current: www/app/routes/apilist.tsx:42,47 (API reference records recommend defineElement/defineIsland/; export lists omit the @experimental additions from #1209/#1214) and www/app/components/page-home.tsx:163-165 (homepage sample uses defineElement). Also examples/deno-desktop-reader/reader.tsx:934,959 stale registration comments. Fix the www/app surfaces and consider extending the vocabulary gate to www/app. Part of umbrella #1155; relates to B2.4/#1158 (generated API truth is the durable fix).
Follow-up from A10.10 (#1218, merged PR pending): the mechanical removed-vocabulary gate covers docs/READMEs/www-content, but www/app/** is out of that gate's scope and still presents removed APIs as current: www/app/routes/apilist.tsx:42,47 (API reference records recommend defineElement/defineIsland/; export lists omit the @experimental additions from #1209/#1214) and www/app/components/page-home.tsx:163-165 (homepage sample uses defineElement). Also examples/deno-desktop-reader/reader.tsx:934,959 stale registration comments. Fix the www/app surfaces and consider extending the vocabulary gate to www/app. Part of umbrella #1155; relates to B2.4/#1158 (generated API truth is the durable fix).