#3591340 Refactor AstroIsland
Refactors the AstroIsland element to make it more readable and extensible.
- New element properties:
#inner_htmlto replace the HTML fragment inside the island wrapper, and#attributesto override the wrapper attributes. - Some helpers extracted for readability and
finalremoved for the possibility of subclassing. CANVAS_INTERNAL_PROP_KEYSconstant added instead of repeating an array.- Test coverage for something untested that I broke during development.
AI-Generated: Partially (used Claude Code to help review some changes)
Testing instructions
- Check that code components work as they did before
Closes #3591340