Constructor: PageInfo

PageInfo

new PageInfo(dom_cache)

Constructor for an object that contains a title, url and description for a group of rule results

Parameters:
Name Type Description
dom_cache Object Cache of the document object model of the web page
Properties:
Name Type Description
title String A short description that can be used as a title or the text of a link
url String A url to more information on the item
elements ElementSummary Summary information about all the elements on the web page
visible_elements ElementSummary Summary information about the elements visible to assistive technology on the web page
hidden_elements ElementSummary Summary information about the elements hidden from assistive technology on the web page
Source:
  • scripts/information_items.js, line 476