|
The div containing the map has no function as a single element in the context of my page. It only gets its meaning when grouped with the form which sets up a location for directions. Presented visually on the page I can of course see that the two elements are tied to each other due to the layout, but I wish to create a similar structural tie.
I have been looking more into fieldset and think that it is in fact more tolerant to non-form elements than I first thought, so I feel like this might be the way to go.
|