[Webkit-unassigned] [Bug 20013] Windows AX huerusitics are poor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 00:41:56 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20013





------- Comment #47 from sankaraditya+bugzilla at gmail.com  2008-08-01 00:41 PDT -------
(In reply to comment #46)
Jon,
I have created this patch to expose relavant objects. I have created a new
function textformattinglements. I have changed the order in heuristics are
implemented.
According to the new heuristics,
This will be present in the tree as a button:
<i role="button">Test.</i>

This will be present as a list item:
<i style="display: list-item;">Test.</i>

This will be ignored:
<i>Test.</i>

This will also be ignored. This is done to match the behavior in firefox
2.0.0.14.
<i style="display: block;">Test.</i>

~ Thanks.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list