You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ParallelDOM.js, there's a nice description of "primary sibling":
TheapiinthistraitallowsyoutoaddadditionalstructuretotheaccessibleDOMcontentifnecessary.Eachnode*canhavemultipleDOMElementsassociatedwithit.ANodecanhavealabelDOMelement,andadescriptionDOMelement.*Thesearecalledsiblings.TheNode's direct DOM element (the DOM element you create with the `tagName` option)
*iscalledthe"primary sibling."YoucanalsohaveacontainerparentDOMelementthatsurroundsallofthese
Good definition, nice simple concise term.
Then ParallelDOM.js uses no less than 8 other names for "primary sibling":
primary sibling DOM element
primary element
primary DOM element
primary dom element
primary sibling element
primary sibling in the PDOM
primary sibling DOM Element
primary sibling of the PDOMPeers
Are these indeed all the same things?
Can "primary sibling" be used everywhere, to make this less confusing?
The text was updated successfully, but these errors were encountered:
In ParallelDOM.js, there's a nice description of "primary sibling":
Good definition, nice simple concise term.
Then ParallelDOM.js uses no less than 8 other names for "primary sibling":
primary sibling DOM element
primary element
primary DOM element
primary dom element
primary sibling element
primary sibling in the PDOM
primary sibling DOM Element
primary sibling of the PDOMPeers
Are these indeed all the same things?
Can "primary sibling" be used everywhere, to make this less confusing?
The text was updated successfully, but these errors were encountered: