Open Bug 1437969 Opened 6 years ago Updated 2 years ago

The @hidden attribute isn't shown in "Rules" or "Computed" sidebars

Categories

(DevTools :: Inspector: Rules, defect, P3)

defect

Tracking

(firefox60 affected)

Tracking Status
firefox60 --- affected

People

(Reporter: MattN, Unassigned)

References

()

Details

(Keywords: parity-chrome, parity-safari)

The "hidden" attribute wasn't implemented in html.css and so it isn't currently shown in the "Rules" or "Computed" side bars. This can make it confusing to understand why the `display` is `none` but there are no rules setting it to that.

Safari and Chrome handle this properly and show the following:
```css
h1[Attributes Style] {
    display: none;
}
```

I didn't test IE/Edge.
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Whiteboard: [parity-chrome] [parity-safari]
Severity: normal → enhancement
Priority: -- → P3
Product: Firefox → DevTools
Type: enhancement → defect
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.