[Inactive CSS] Display a warning when margin or padding is set on internal table elements.
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(firefox86 fixed)
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: miker, Assigned: sebo)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [Importance: 84.6%])
Attachments
(1 file)
Valid for all elements except internal table elements:
[
"margin",
"margin-bottom",
"margin-left",
"margin-right",
"margin-top",
]
Valid for all elements except: internal table elements other than table cells:
[
"padding",
"padding-bottom",
"padding-left",
"padding-right",
"padding-top",
]
Reporter | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Hello, I would like to work on this one, is anybody else working on it? Is it still relevant to fix this issue?
Reporter | ||
Comment 2•5 years ago
|
||
Sorry, I didn't notice this message.
Are you still interested in adding this?
Comment 3•5 years ago
|
||
Yes, I am interested in adding this, sorry I have been idle but I think I can push a fix this week.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Hi Eduar, are you still planning on addressing this bug? If you just need more time, that's totally ok. If you, however, do not intend to fix it anymore, please let me know.
Comment 5•5 years ago
|
||
Yeah, I think I will not be able to work on this for a while, to be honest.
Comment 6•5 years ago
|
||
Thanks for getting back to me so quickly. Unassigning the bug for now, it's opened to anyone who may want to fix it.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4d2a6935eb92 New inactive CSS rule to show warning when margin or padding is used on internal table elements. r=nchevobbe,flod
Comment 10•4 years ago
|
||
bugherder |
Assignee | ||
Comment 11•4 years ago
|
||
This might be worth mentioning in the release notes for 86 together with the change in bug 1579017.
Sebastian
Description
•