Open Bug 1564575 Opened 5 years ago Updated 2 years ago

Group similar CSS Warnings

Categories

(DevTools :: Console, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: Harald, Unassigned)

References

(Blocks 2 open bugs)

Details

User Story

When auditing CSS Warnings for issues,
I want to group similar warnings as category,
so that I can review similar messages in context.

Attachments

(1 file)

This repetitive output …

Unknown pseudo-class or pseudo-element ‘-ms-fill-lower’.  Ruleset ignored due to bad selector.
Unknown pseudo-class or pseudo-element ‘-ms-fill-upper’.  Ruleset ignored due to bad selector.
Unknown pseudo-class or pseudo-element ‘-ms-expand’.  Ruleset ignored due to bad selector.
Error in parsing value for ‘outline’.  Declaration dropped.
Error in parsing value for ‘min-width’.  Declaration dropped.
Error in parsing value for ‘min-height’.  Declaration dropped.

… should be grouped (using bug 1533460) into …

(3 ‣) Unknown pseudo-class or pseudo-element ‘<TOKEN>’.  Ruleset ignored due to bad selector.
(3 ‣) Error in parsing value for ‘<PROPERTY>’.  Declaration dropped.
Priority: -- → P3

Hey, could I take up this issue? I'd like to work on it as my first issue

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: