WICD issues in WebKit

View: New views
2 Messages — Rating Filter:   Alert me  

WICD issues in WebKit

by Timur Mehrvarz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


All recorded issues:
http://bugs.webkit.org/showdependencytree.cgi?id=15836

Two issues being discussed currently:

WICD Core #14, SVG overlay + focusable points
> I think you all will at least want to change your test to use  
> pointer-events="none". See my comments in the bug.  The spec is not  
> at all clear to me.  The test is certainly not valid as is. But I  
> think if it changes to use pointer-events="none" it might be valid.
http://bugs.webkit.org/show_bug.cgi?id=16483

WICD Mobile #10, xml:id
> Please note that HTML5 doesn't even mention xml:id (unlike  
> xml:lang). Firefox 2.0 and 3.0 nightly don't pass these tests  
> either. It doesn't look entirely obvious that we should implement  
> xml:id support. And if we do, we need to analyze all the controversy  
> around it!
http://bugs.webkit.org/show_bug.cgi?id=16505




Re: WICD issues in WebKit

by Lars Piepel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Eric,

WICD Core #14, SVG overlay + focusable points
I think you all will at least want to change your test to use pointer-events="none". See my comments in the bug.  The spec is not at all clear to me.  The test is certainly not valid as is. But I think if it changes to use pointer-events="none" it might be valid.
http://bugs.webkit..org/show_bug.cgi?id=16483

Thanks for your suggestion, I think you're right.
So I've added 'pointer-events="none"' to the rect of 'test-focusable-points.svg' and hope the test is good now. 

Happy new year,
Lars