Open
Bug 1270026
Opened 9 years ago
Updated 2 years ago
Smart suggestions for element attributes
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
(Depends on 1 open bug)
Details
Once 1270025 is implemented, there is an auto-completion for element attributes. This auto-completion should be improved, so that it provides smart default suggestions for HTML, SVG, MathML and XML.
E.g. when entering a 'i' it should be completed to 'id' and entering 'c' should become 'class'.
For XML the attributes should be taken from within the document, i.e. when there is already a <foo bar="baz"> element, you should get 'bar' as suggestion while editing other element's attributes.
Sebastian
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•