Bug 118317 - Web Inspector: Add a DOM node 'Issues' section for errors and warnings
Summary: Web Inspector: Add a DOM node 'Issues' section for errors and warnings
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-07-02 12:13 PDT by James Craig
Modified: 2016-12-13 15:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-07-02 12:13:40 PDT
Web Inspector: ER: DOM node 'Issues' list for errors and warnings.

Node properties could have a sub-section listing errors and warnings for the selected DOM node. For example, general validation errors, elements missing required attributes or attributes with invalid values. Also accessibility errors including headings or links with missing text or text alternatives, or label@for IDREFs to form elements that don't exist in the DOM. 

May also want a feature (probably a second bug) to "run all checks recursively from the root node" and log to the console. That kind of audit could take a while though, so probably best not to enable the recursive checks by default.
Comment 1 Radar WebKit Bug Importer 2013-07-02 12:14:03 PDT
<rdar://problem/14335369>
Comment 2 James Craig 2015-09-29 00:11:02 PDT
related to bug 149614