-
-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
priority-2-moderateShould be resolved on a reasonable timeline.Should be resolved on a reasonable timeline.release-majorWarrents a major releaseWarrents a major releasetype-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Description
Current Situation
There are a few awkward designs of the current VDOM spec. We might want to push for a handful of changes.
Proposed Actions
Things that might require changes:
- The
key
attribute is no longer needed as of this PR: Ensures key is properly propagated to importedElements #1271 - The VDOM spec currently uses
camelCase
for keys, but we really should be writing this from the perspective of Python, which usessnake_case
.
Metadata
Metadata
Assignees
Labels
priority-2-moderateShould be resolved on a reasonable timeline.Should be resolved on a reasonable timeline.release-majorWarrents a major releaseWarrents a major releasetype-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior