Re: [webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-11 Thread Ra Kyounga
Hi, CSS developers, 1]I need correct the wrong information of previous email https://bugs.webkit.org/show_bug.cgi?id=66027 2] Opera support these properties. 3] And, I need your help. I think I have to modify cssgrammar.y I'm not familiar with lexyacc syntanx. Let me explain it. According

Re: [webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-10 Thread Antonio Gomes
It sounds like a interesting idea. Some questions: - Is there any other vendor implementing it? - How is it better than a good Spatial Navigation implementation (like webkit's or opera's)? I see that it makes it possible to limit which elements in the page are actually

Re: [webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-10 Thread Ra Kyounga
Thank you for your reply. I just filed this bug. https://bugs.webkit.org/show_bug.cgi?id=66207 and I'll create patch as soon as I can. kyounga. 2011. 8. 11., 오전 4:41, Antonio Gomes 작성: It sounds like a interesting idea. Some questions: - Is there any other vendor implementing it?

[webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-09 Thread Ra Kyounga
Hi, CSS developers. I'm wondering if anyone is trying to implement new css properties for directional focus navgation. (nav-up, nav-right, nav-down, nav-left) They are defined in CSS3-ui module. http://www.w3.org/TR/css3-ui/#nav-dir Although, CSS3-UI standards has not been updated for long

Re: [webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-09 Thread Hajime Morita
Hi, Here is the latest draft of the standard: http://dev.w3.org/csswg/css3-ui/ It looks the spec is alive, even if the discussion is not so active. http://wiki.csswg.org/spec/css3-ui What we should do to add new feature is described here: http://www.webkit.org/coding/adding-features.html