Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computing, spatial navigation is the ability to navigate between focusable elements, such as hyperlinks and form controls, within a structured document or user interface according to the spatial location. This method is widely used in application software like computer games. In ...Täydellinen kuvaus
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computing, spatial navigation is the ability to navigate between focusable elements, such as hyperlinks and form controls, within a structured document or user interface according to the spatial location. This method is widely used in application software like computer games. In the past Web browsers have use tabbing navigation to change the focus within an interface, by pressing the tab key of a computer keyboard to focus on the next element (or Shift + Tab to focus on the previous one). The order is based on that in the source document. For HTML without any style, this method usually works as the spatial location of the element is in the same order of the source document. However, with the introduction of style via presentational attributes or stylesheets such as CSS, this type of navigation is being used less often.