Closed
Bug 814154
Opened 12 years ago
Closed 9 years ago
[markup panel] Allow adding an attribute without quotes
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
1. Right-click, Inspect Element
2. Double-click the empty space at the end of an open tag
3. Type:
m=3
4. Press enter
Result: it just disappears
My first thought was "oh, maybe the empty space isn't for adding new attributes". Then I went back and tried with quotes, and it worked.
Reporter | ||
Comment 1•12 years ago
|
||
Also, this appears on the console, which scares me:
Timestamp: 11/21/12 1:00:18 PM
Error: not well-formed
Source Code:
<div xmlns="http://www.w3.org/1999/xhtml"><div m=3/></
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86_64 → All
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 2•9 years ago
|
||
Closing this bug since the STR works for me.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•