Open
Bug 1333811
Opened 8 years ago
Updated 2 years ago
Consider renaming userContext id and class names
Categories
(Firefox :: Security, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: jkt, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog2])
It has become more commonplace to use lowercase id and class names in CSS especially as dev tools don't use them at all which created an issue in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1325505
This also came up with linting the test pilot experiment.
It would be neater all round to make them consistent with others.
All classes and id's starting with "userContext" should be probably be changed to "user-context" or "usercontext".
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [domsecurity-backlog2]
Reporter | ||
Updated•8 years ago
|
Comment 1•7 years ago
|
||
Bulk change per https://bugzilla.mozilla.org/show_bug.cgi?id=1401020
status-firefox57:
--- → fix-optional
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•