It would be nice if inspector could make hidden characters (like ‎ ‏ ‌ ‍ ...) visible and show them to web developer for better debugging. You can see list of hidden characters on http://getfirebug.com/developer/api/firebug1.6X/symbols/src/content_firebug_lib.js.html line 2186 to 2194.
Created attachment 161897 [details] Patch
Committed r127418: <http://trac.webkit.org/changeset/127418>
Thanks a lot! :) I think other directional control characters can also added like lrm and rlm that already added. LRE U+202A RLE U+202B LRO U+202D RLO U+202E PDF U+202C Reference: http://unicode.org/reports/tr9/
For example in Wikipedia, we have some pages that using rle instead of zwnj. It would be great if with inspector we can detect this misuses.
(In reply to comment #3) > Thanks a lot! :) > I think other directional control characters can also added like lrm and rlm that already added. > > LRE U+202A > RLE U+202B > LRO U+202D > RLO U+202E > PDF U+202C > Reference: http://unicode.org/reports/tr9/ Since WebKit requires one patch per issue, please file these as a separate request. It won't be hard to fix :)
(In reply to comment #5) > (In reply to comment #3) > > Thanks a lot! :) > > I think other directional control characters can also added like lrm and rlm that already added. > > > > LRE U+202A > > RLE U+202B > > LRO U+202D > > RLO U+202E > > PDF U+202C > > Reference: http://unicode.org/reports/tr9/ > > Since WebKit requires one patch per issue, please file these as a separate request. It won't be hard to fix :) Thanks! Bug 95696 :)