Open
Bug 1325599
Opened 9 years ago
Updated 3 years ago
Add auto-completion for element names
Categories
(DevTools :: Inspector, enhancement, P2)
Tracking
(firefox53 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: sebo, Unassigned)
References
Details
User Story
As a web developer I want to get a list of suggestions when editing an element's tag name to save some typing or documentation lookup and avoid typos.
When editing the name of an HTML element, there should be a list with suggestions shown while typing like it's done for CSS properties.
E.g. when writing an 'r' as element name, a list should be displayed with 'rp', 'rt', 'rtc' and 'ruby' as suggestions and the first item pre-filled.
Sebastian
Updated•9 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•