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
It seems quite common that <div id="main"> or <div class="main"> is used to indicate the main part of a page. Perhaps this is similar for navigation. It might be helpful for Landmarks to guess which is the main (and possibly navigation) region.
Questions:
Should this happen only on pages with no landmarks? Seems reasonable.
...or on pages with e.g. no "main"/"navigation" landmark, but perhaps others? Also seems reasonable.
If no "main" region is found, then look for some common IDs/class names to see if we can guess it. This partly addresses #181.
This adds a test suite for the new feature, and support for it in the profiling script.
This does support situations where there are other landmarks, but it assumes that the "main" region is at the top level of the tree.
It seems quite common that
<div id="main">
or<div class="main">
is used to indicate the main part of a page. Perhaps this is similar for navigation. It might be helpful for Landmarks to guess which is the main (and possibly navigation) region.Questions:
The text was updated successfully, but these errors were encountered: