Digit-only IDs in functions makes child elements not accessible #87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the sake of simplicity while live coding, functions like
clone(),rm()…use now digit id (0, 1…) instead of c-based strings (c-0, c-1). It may be a problem to access nested elements: how to dorm('c-0-1')with digits IDs? Testing types of ID could allow both uses.assigned to @raphaelbastide
changed title from IDs in function{-, digits only-} makes child elements not accessible to {+Digits only +}IDs in function{+s+} makes child elements not accessible
changed title from Digit{-s -}only IDs in functions makes child elements not accessible to Digit{+-+}only IDs in functions makes child elements not accessible
changed the description