[Webkit-unassigned] [Bug 147490] Web Inspector: Emmet support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 10 12:22:36 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=147490
Nikita Vasilyev <nvasilyev at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
--- Comment #3 from Nikita Vasilyev <nvasilyev at apple.com> ---
(In reply to comment #2)
> Why would we want to choose Emmet over some other text expansion helper?
> There are plenty on every system for which WebKit is available. I don't see
> why we'd tie it to a domain-specific helper.
Two reasons.
1. Emmet's abbreviations are context sensitive.
The mentioned "dib" only works for CSS.
2. Emmet is more advanced than any OS text expansion helper.
Emmet provides a CSS selector like syntax to generate HTML.
ul#nav > li*3
generates
<ul id="nav">
<li>|</li>
<li>|</li>
<li>|</li>
</ul>
http://emmet.io/ has a demo with even more features.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160910/bf181529/attachment.html>
More information about the webkit-unassigned
mailing list