Re: [WSG] which tag to use for link to reference?

2012-07-01 Thread tee
Thanks David. I think ePub3 and HTML5 support is still not here. When converting the HTML5 doctype files to ePub, Sigil (an ePub editor) forces ePub2 version and stripped all HTML5 tags. Converting to mobil format for Amazon Kindle is even worse, I feel as if dealing with the IE6 7. Tee

[WSG] which tag to use for link to reference?

2012-06-30 Thread tee
In scholarly paper and report, we often use number (e.g.. 1, 2. 3, displays in sup) in between paragraphs when referencing others' work. What is the name of the tag used in such manner in HTML or ebook format? Thanks! Tee

Re: [WSG] which tag to use for link to reference?

2012-06-30 Thread tee
' sizes vary, and portrait vs landscape view affects text flow too so strictly speaking there isn't pagination. Tee On Jun 30, 2012, at 12:05 AM, Greg Gamble wrote: Are you referring to a citation tag cite? Greg -Original Message- From: li...@webstandardsgroup.org [mailto:li

Re: [WSG] Re: WSG Digest

2012-05-29 Thread tee
for example) though if I want the navigation stay below the fold? I don't supposed the AT is smart enough to do what I want if I don't place the navigation code at the bottom section of the page. tee On Sat, May 26, 2012 at 3:57 PM, wsg@webstandardsgroup.org wrote From: tee weblis

[WSG] box-shadow is causing black borders in IE9

2012-04-20 Thread tee
;} And a google search showed that I am not the only one having this bizzarre behavior in IE9. http://stackoverflow.com/questions/10039577/ie9-strange-black-border My version is Windows 7/IE9 via Parallel Desktop. Thanks! tee *** List

Re: [WSG] Keyboard Tabbing no longer working in FF v11/Mac

2012-04-04 Thread tee
/118239816043983420511/April42012?authkey=Gv1sRgCO-i9LSJg5y9Lw I nuked the entire copy with all its files in Library, making sure no residues left in my system, then re-installed a new copy, yet it's still missing. It's as if it's already missing in the Firefox 11.0.dmg. Tee On Apr 3, 2012

Re: [WSG] Keyboard Tabbing no longer working in FF v11/Mac

2012-04-03 Thread tee
Thanks Matthew. I wonder what might gone wrong with my FF, it focuses on input fields.: address url, google seach and the one in the page. See it in action. http://www.youtube.com/watch?v=_DiPi-OttQkfeature=youtu.be Tee On Apr 2, 2012, at 10:24 PM, Matthew Pennell wrote: On Mon, Apr 2, 2012

[WSG] Keyboard Tabbing no longer working in FF v11/Mac

2012-04-02 Thread tee
it has an Accessibility feature in Preferences under Advanced. Always use the cursor keys to navigate within pages doesn't bring back Tabbing feature. Thanks! Tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Opera Mini fontsize settings

2011-10-14 Thread tee
Forgot to mention, it's Opera Mini 6. On Oct 13, 2011, at 5:52 AM, tee wrote: Yes, it used to be there, but not anymore. http://bit.ly/qa9GmY tee On Oct 13, 2011, at 5:13 AM, Patrick H. Lauke wrote: settings font size (3rd option down) or am i missing something? -- Patrick H

[WSG] Opera Mini fontsize settings

2011-10-13 Thread tee
I clearly remember OM used to have this feature, but in my recent upgrade, it's gone. Anybody knows about this? This list has Opera Inc employee(s), and I wonder if you are aware of this. Thanks! tee *** List Guidelines: http

Re: [WSG] Opera Mini fontsize settings

2011-10-13 Thread tee
Yes, it used to be there, but not anymore. http://bit.ly/qa9GmY tee On Oct 13, 2011, at 5:13 AM, Patrick H. Lauke wrote: settings font size (3rd option down) or am i missing something? -- Patrick H. Lauke On 13 Oct 2011, at 13:55, tee weblis...@gmail.com wrote: I clearly

Re: [WSG] CSS3 Development tools?

2011-10-12 Thread Tee
Does TopStyle has feature that allows user to save a chunk of code or a template ? I use CSSEdit in conjunction with Coda and saved some frequently used CSS3 this way. It's not perfect; until my tools support CSS3 this is the only way I could think to make CSS3 code writing more efficient. Tee

[WSG] Can some of the HTML5 elements be used more than once?

2011-10-05 Thread tee
/aside Similarly, can nav element be used twice? One for cateogries menu, and one for general menu that is used for Customer Service, FAQ sort of the pages. Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail

Re: [WSG] Can some of the HTML5 elements be used more than once?

2011-10-05 Thread tee
Thank you both. Much appreciated. The HTML5 Outliner is great! tee On Oct 5, 2011, at 4:06 AM, Frances de Waal wrote: Hi Tee, You can have multiple semanticle HTML5 elements like header, article, section, , footer, aside and nav elements in one webpage. It all depends on it if you want

Re: [WSG] A very strange webkit bug, or Firefox?

2011-10-01 Thread tee
of the floated block and in webkit, thus clouded my judgement too and wasted so much time to find the cause With this rule intact I need to add display block for grid-items li a. a[href^=http]{background: url(icon-external.png) no-repeat right 3px;padding-left:13px;} Tee On Sep 30, 2011, at 8:53 PM

Re: [WSG] A very strange webkit bug, or Firefox?

2011-10-01 Thread tee
to a element that wrapped the image fixes it . But the issue I had is not because I didn't have display block for img. It's because webkit browsers ignore it when a[href^=http] attribute selector is used with padding left/right, and occurs in even set of floated blocks only. tee

[WSG] A very strange webkit bug, or Firefox?

2011-09-29 Thread tee
^=http]{background: url(icon-external.png) no-repeat right 3px;padding-right:13px;} http://jsbin.com/ozeqon/4/ Let see what padding:13px does. It's identical to padding-left:13px; above. http://jsbin.com/ozeqon/6 tee *** List

Re: [WSG] A very strange webkit bug, or Firefox?

2011-09-29 Thread tee
this: .grid-items li a img {display:block;} Still, anybody know why the padding in that rule results different rendering in Webkit, and only occure in even set of block? tee On 29/09/2011 11:26, Kristaps Ancāns wrote: Display:block for A element should solve your porblem

Re: [WSG] media queries can't understand body tag

2011-09-29 Thread tee
you thought from my question isn't from my question actually. tee On Sep 29, 2011, at 9:37 AM, David Laakso wrote: I did figure it after my post, from xcode's web inspector, a feature I never used before until today. Tee Care to share what you found out? Thanks. ~d

Re: [WSG] media queries can't understand body tag

2011-09-28 Thread tee
By the way, the other day I stumble on this adaptive images script. It works better for CMS system. http://adaptive-images.com/ Tee On Sep 27, 2011, at 10:42 PM, Hassan Schroeder wrote: On 9/27/11 8:44 PM, Tom Livingston wrote: David, with nothing but mobile Safari, if I hit a page

Re: [WSG] media queries can't understand body tag

2011-09-28 Thread tee
complex, and some heavier assets, like that big abstract back- ground image, are introduced (Fig 5.14). And this is all I learned that images that are placed in media queries won't get loaded twice, or all. Using Safari's Web Inspector I see 4 bg images were loaded in my previouis example. tee

Re: [WSG] media queries can't understand body tag

2011-09-28 Thread tee
his stupidity and ignorance publicly (I'm talking about myself), and some are snarky by nature, which is David :-) Luckily the world is big enough to for everyone. Tee On Sep 28, 2011, at 5:27 PM, Hassan Schroeder wrote: but I have never seen an article that tells how you can test what

Re: [WSG] RE: WSG Digest

2011-09-27 Thread tee
I wonder if there is a way to restrict mobile phone devices from scaling, but allows touchscreen devices (ipad, samsung galaxy etc) do so. Tee On Sep 27, 2011, at 3:31 AM, David Laakso wrote: On 9/27/11 5:04 AM, Dave Smith wrote: Hi Tee When trying the max/min width approach

Re: [WSG] media queries can't understand body tag

2011-09-27 Thread tee
-width:1024px){ body { background:blue url(bg-bodytop-1205-and-bigger.jpg) no-repeat center center} } @media screen and (max-width:1024px){ body { background:blue url(bg-bodytop-1024.jpg) no-repeat left 20px} } tee On Sep 27, 2011, at 4:20 PM, Tom Livingston wrote: I believe it's the iOS

Re: [WSG] media queries can't understand body tag

2011-09-27 Thread tee
(thought) read it from Responsive Web Design ebook by Ethan Marcotte, that by targeting the rules in the media queries it prevent browers from loading unnecessary rules. But I can't find this important peice of info from the book with a quick search just now. tee On Sep 27, 2011, at 7:02 PM, Tom

[WSG] media queries: device-width vs max/min width

2011-09-25 Thread tee
to find a convincing reason that desktop user needs to be given a responsive website anything smaller than 800px. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] IE7 Issues - The Final Three

2011-09-24 Thread tee
overflow in the .footer, but keep the clear rule after the copyright p tag so that the menu doen't get cut off. Hope this helps! tee On Sep 24, 2011, at 2:16 AM, Cole Kuryakin wrote: Hello Sean – Thanks very much for the link – I tried the (giving the parent element [#content_main

Re: [WSG] media queries can't understand body tag

2011-09-19 Thread tee
there is a min-width and max-width separately for 1024px is because I want to use a background image (no repeat-x) that fills up the width of the desktop's screen (e.g. 2500px), and there is no reason to ask the 1024 screen resolutions' user loads this large image. tee On Sep 18, 2011, at 2:43

Re: [WSG] media queries can't understand body tag

2011-09-19 Thread tee
and (max-width: 620px), print @media screen and (min-width: 480px) @media screen and (min-width: 480px) and (max-width: 620px), print @media screen and (min-width: 620px), print @media screen and (min-width: 800px), print @media screen and (min-width: 900px), print tee On Sep 19, 2011, at 3

Re: [WSG] media queries can't understand body tag

2011-09-19 Thread tee
and (min-width:810px) @media screen and (max-width:360px) @media screen and (max-width:480px) @media screen and (max-width:768px) @media screen and (max-width:1024px) @media screen and (min-width:1024px) tee On Sep 19, 2011, at 3:28 PM, Hassan Schroeder wrote: On 9/19/11 3:02 PM, tee wrote

[WSG] media queries can't understand body tag

2011-09-18 Thread tee
Hmmm, media queries can't understand body tag; a id or class for the tag is needed. Spec on W3C site doesn't indicate though as I see example like so: @media all { body { background:lime } } A browser bug? Tee *** List Guidelines

Re: [WSG] accessibility statements... what are they worth?

2011-09-04 Thread tee
users write in it will bring the attention. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

[WSG] ebook.epub markup and device compatiblity as well as web standards concern

2011-09-03 Thread tee
too. It's an ebook from A Book Apart, therefor I assume that with the solid team behinds it, this is not caused by negligence in layout but something that can't overcome. Thanks! tee *** List Guidelines: http

Re: [WSG] How do you cater to users with disabilities?

2011-08-27 Thread tee
, and it will reach to higher level next year when the year of the dragon arrives. Instead, we will call us dinosaur. Extinct. Defendless. If I may ask, what is the reason that you are in this list? Convert us to dragon perhaps? tee *** List

Re: [WSG] web accessibility with adobe tools

2011-08-24 Thread tee
. tee On Aug 24, 2011, at 2:44 PM, Marvin Hunkin wrote: hi. well trying to use adobe online system is a bit of a pain, and having to jump via hoops. so did find their number in australia. so will rin on friday, and see what they say about accessibility in their tools. marvin

Re: [WSG] How do you cater to users with disabilities?

2011-08-23 Thread tee
Then this will do... body { font-family: sans-serif; } If you ever do this, I strongly suggest you test it on older Windows System. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe

Re: [WSG] adobe cs5 web premium

2011-08-23 Thread tee
if it has good accessibility support caters for screen readers. Acrobat software maybe an exception here. tee On Aug 24, 2011, at 11:12 AM, Marvin Hunkin wrote: hi. well i did find the web page and did see what is in it. so, which products in the web premium version is acessible with screen readers

Re: [WSG] How do you cater to users with disabilities?

2011-08-20 Thread tee
' for example. Read more: http://www.dyslexia.com/library/webdesign.htm#ixzz1VR2sig6D Curious, do any of the accessibility practitioners not think user has responsibility too? I ask this because I don't remember reading anything about it. tee

Re: [WSG] iOS Safaro issue (?): Fixed and Absolute position

2011-08-12 Thread tee
that Caleb mentioned (thanks Caleb!) also disable the go to top. So I guess respecting native support is better yes? tee On Aug 11, 2011, at 8:21 PM, Tatham Oddie wrote: Hi Tee, (or is there magic tap for go to top shortcut?) Just tap at the top of the screen - ie, on the time display

[WSG] keyboard navigation support for accordion/tabs

2011-08-12 Thread tee
and no way to access to second tab. Thanks! Tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] iOS Safaro issue (?): Fixed and Absolute position

2011-08-11 Thread tee
-toolbars-in-iphoneipadipod-touch/ = Tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] iOS Safaro issue (?): Fixed and Absolute position

2011-08-11 Thread tee
released yet for end-users. The newest version is 4.3.5 and I was at 4.3.2. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh

Re: [WSG] border doesn't work when -ms-filter (gradient) is used

2011-08-10 Thread tee
. Tee On Jul 9, 2011, at 5:04 PM, Russ Weakley wrote: Hi Tee, Unfortunately, this is a known issue. Basically, this MS gradient filters will drown out or over-ride borders. You can see this more dramatically if you apply an MS gradient filter to a box that also has a border-radius

[WSG] iOS Safaro issue (?): Fixed and Absolute position

2011-08-10 Thread tee
section of the page you won't be able to see it. Please see these two examples: This one uses fixed position. http://briancray.com/tests/topofpage/index.html And I changed it to absolute position but it still behaves the same. http://jsbin.com/oravun/ Anyway to get around this? Thanks! tee

Re: [WSG] major web site project

2011-08-10 Thread tee
I suggest we spam this person 100 times each until he figures how to die without bothering us! On Aug 10, 2011, at 7:30 PM, garment4u...@gmail.com wrote: go die 2011/8/11 garment4u...@gmail.com garment4u...@gmail.com Please !! WSG !! NEVER AGAIN ! 2011/8/12 Marvin Hunkin

Re: [WSG] Drop-down menu issues

2011-07-29 Thread tee
position to control the hidden div so when it triggers (either by hover or click or keyboard tab), it mimics a drop-down effect instead of collapsable. Google jQuery show hide you should be able to find plenty examples. tee *** List

Re: [WSG] Re-ask: z-index bug in webkit?

2011-07-25 Thread tee
by clicking on your name and adjusting the settings. Tee On Jul 23, 2011, at 4:55 AM, Mathew Robertson wrote: http://code.google.com/p/bitly-api/wiki/ApiDocumentation#/v3/expand http://bit.ly/oyBzIY+ You should read the fine print ie: if you generate a short url, you can always get back

Re: [WSG] Re-ask: z-index bug in webkit?

2011-07-23 Thread tee
Hi Birendra, It's not strange, what you saw is correct. bit.ly is a short url service. I had reason not wanting to post the url. Wish there is a way to remove that email of yours. Anyhow, thanks for checking. The issue has been fixed. tee On Jul 21, 2011, at 11:51 PM, Birendra wrote

[WSG] z-index bug in webkit?

2011-07-21 Thread tee
. http://bit.ly/qJoJcy Thank you! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] z-index bug in webkit?

2011-07-21 Thread tee
http://bit.ly/nX5se0 On Jul 21, 2011, at 7:21 PM, Al Sparber wrote: On 7/21/2011 10:10 PM, tee wrote: I have never experienced z-index issue before in webkit browsers and this one really got me. It's been two days still haven't been able to solve. Visit from Chorme or Safari

[WSG] Re-ask: z-index bug in webkit?

2011-07-21 Thread tee
, the slideshow has a transparent layer for texts. I do believe the z-indx order is correct because it works for IE6/7. http://bit.ly/oyBzIY Thank you! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] Re-ask: z-index bug in webkit?

2011-07-21 Thread tee
Strange, it works for me. http://bit.ly/oyBzIY tee On Jul 21, 2011, at 10:27 PM, Birendra wrote: Hi Tee The link isn't working. http://bit.ly/oyBzIY; Please can you check the link. Regards Birendra -Original Message- From: li...@webstandardsgroup.org [mailto:li

[WSG] html5 quest: figure

2011-07-18 Thread tee
description,,,/figcaption /figure Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] html5 quest: figure

2011-07-18 Thread tee
for this particular case. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

[WSG] accessibilty: avoid radio buttons?

2011-07-16 Thread tee
difficult control for users of screen-reading technology. If a choose only one situation is called for, a select menu is preferable. Is this a sound advice? Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail

Re: [WSG] accessibilty: avoid radio buttons?

2011-07-16 Thread tee
Andrew, Keyboard yes, not sure about NVDA as I don't have this software, but accessible for VoiceOver. Thanks! tee On Jul 16, 2011, at 4:34 PM, Andrew Boyd wrote: On Sun, Jul 17, 2011 at 9:14 AM, tee weblis...@gmail.com wrote: I am building a site that must meet wcag 2.0 compliant. A web

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-15 Thread tee
destination. 【1】 Did you already re-worked the area? I remember I also tapped the same tab twice, not simultaneously but after the panel has opened the first time I visited the page, I also remember I tapped the content in the panel to look for link. tee On Jul 15, 2011, at 1:11 AM, Foskett, Mike

Re: [WSG] border doesn't work when -ms-filter (gradient) is used

2011-07-14 Thread tee
='#FAFAF9'); Since that -ms-filter is IE proprietary syntax could it be treated as a bug in IE9? This is what I wanted to find out. THanks! tee On Jul 11, 2011, at 9:30 PM, Birendra wrote: HI Tee That's strange it's work here fine. Normally when you give any id to div or td you have

Re: [WSG] border doesn't work when -ms-filter (gradient) is used

2011-07-11 Thread tee
Birendra, No. It won't. td already has a border-bottom. If it works, #a td will pick up the border-bottom. Thanks anywaw! tee On Jul 10, 2011, at 9:51 PM, Birendra wrote: Hi Tee Just you have to define the # in the td. Just like this #a td { border-bottom:1px solid #f3c0aa

[WSG] border doesn't work when -ms-filter (gradient) is used

2011-07-09 Thread tee
Is this an IE9 bug? http://jsbin.com/acawat First table has -ms-filter: progid:DXImageTransform.Microsoft.gradient for th and td, border lines are gone except the first (border-top for th) and the last {border-bottm for td). Thanks! tee

Re: [WSG] IE issues: display none vs absolute position for show/hide effect

2011-06-17 Thread tee
David, Thanks! On Jun 16, 2011, at 9:47 AM, David Hucklesby wrote: But that's the reason it shows up momentarily on slow connections. I suspect it only shows in IE due to longer latency in those old browsers - JavaScript takes a whole bunch longer to kick in. Using jQuery hide comes

Re: [WSG] IE7 page load issue, can it be prevented?

2011-06-15 Thread tee
simple show hide jQuery('#mini-cart').hide(); jQuery('#mini-cart-a').click(function() { jQuery('#mini-cart').toggle(400); return false; }); #mini-cart {position:absolute; width:300px; overflow: hidden} the hidden layer shouldn't show through during page load. tee On Jun 15, 2011, at 9

Re: [WSG] IE7 page load issue, can it be prevented?

2011-06-15 Thread tee
://www.youtube.com/watch?v=dI9QvAFKoSM tee On Jun 15, 2011, at 7:04 PM, Jon Reece wrote: Tee, You could try hiding it only visually with css: From html5 boilerplate, /* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent

[WSG] IE issues: display none vs absolute position for show/hide effect

2011-06-15 Thread tee
the page is still loading. http://www.youtube.com/watch?v=dI9QvAFKoSM tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh

Re: [WSG] IE7 page load issue, can it be prevented?

2011-06-14 Thread tee
. Thanks On Jun 14, 2011, at 8:21 AM, David Hucklesby wrote: On 6/13/11 6:31 PM, tee wrote: Some pages of the site loads very slow in IE7 (about 15 seconds), and while the page was loading and (I assume) IE7 was still parsing the scripts, all the hidden elements shown through. I wander

[WSG] IE7 page load issue, can it be prevented?

2011-06-13 Thread tee
to accept it's a normal behavior due to the connection at his end, but this dirty trick doesn't work for IE7. All these are controlled by JS show/hide, the hidden box has a overflow declared to prevent the hidden box show through during the loading. Thanks! tee

[WSG] Bad value group for attribute rel on element a: Keyword group is not registered.

2011-06-12 Thread tee
duplicate keywords in the list. You can register link types on the Microformats wiki yourself. Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] Bad value group for attribute rel on element a: Keyword group is not registered.

2011-06-12 Thread tee
the copy editor). tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

[WSG] tackling bg image in iPad portrait view - total disater!

2011-06-03 Thread tee
; -webkit-background-size:100% auto; -moz-background-size:100% auto; -o-background-size:100% auto;} Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] Qt WebKit?

2011-05-24 Thread tee
Thank you. Still not 100% sure if it's a compliant mobile browser that can display normal website without stupid Nokia codes. tee On May 23, 2011, at 3:12 AM, Henrik Madsen wrote: Here's a video: http://www.youtube.com/watch?v=9hv-oouXsPc Henrik Madsen +61 08 9387 1250 hen

[WSG] Qt WebKit?

2011-05-23 Thread tee
/qtwebkit I can't tell it's a nokia web browser or a framework, or both. Thought? Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help

Re: [WSG] pop up windows and Google

2011-05-12 Thread tee
positioning for the popup div, this way, there will be no issue with google search result. tee On May 12, 2011, at 2:14 AM, Bob Schwartz wrote: I have several sites where i use pop-up windows to present certain types of information. When someone does a Google search sometimes Google lists

[WSG] Can I have a Safari check?

2011-05-09 Thread tee
make sense. Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] Can I have a Safari check?

2011-05-09 Thread tee
you both! This helps! I dug it further and found the cause. The application has a session cookie management, and you can set how it's being handled. The default is use HTTP only, it looks like the Safari v5.0.5 has issue with this when a domain is not pointed to the server. tee

Re: [WSG] Can I have a Safari check?

2011-05-09 Thread tee
Carl, Thanks for checking! The issue had been solved so I deleted the site - it was a test site. tee On May 9, 2011, at 8:39 PM, Carl Heaton wrote: Tee, Well I am getting a 404 off the bat with WIn7 Chrome. C *** List

[WSG] a more cross-browser consistent box shadow effect?

2011-05-09 Thread tee
the closer result across browsers. Am I right that if the vendor prefixes existed, browsers that can handle CSS3 native will still treat their prefixes? Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Desktop. Tablet. Mobile.

2011-05-06 Thread tee
?), a fancy hover/toggle/click animation, a website is not a website, it's merely a document sits on a webpage. Oh do you want it HTML5? That will be 20% extra fee sir. ( the iwe designeri does is change the doctype). tee On May 5, 2011, at 11:55 PM, Birendra wrote: Hi Stuart You

Re: [WSG] Today's Google home page (1 May)

2011-05-01 Thread tee
a presentational setup, therefore lack of accessibility implementation doesn't seem to pose an issue. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] RE: The pop-up wont resize the window if it overflows the page height under IE !

2011-04-07 Thread tee
Can't make sense of it based on the codes you posted. I think you will have a better luck if you can copy the page's source codes and make it to a html page with CSS and Javascript linked, then post the link here. tee On Apr 7, 2011, at 1:48 AM, Rateb BEN MOUSSA wrote: Hello all, Sorry

Re: [WSG] RE: The pop-up wont resize the window if it overflows the page height under IE !

2011-04-07 Thread tee
. Maybe you can add margin-bottom for table, or add a div as a wrapper of table, and add padding-bottom for it. tee On Apr 7, 2011, at 9:41 AM, Rateb BEN MOUSSA wrote: Here is the zipped page (including CSS and JS) http://db.tt/EntXQ8i Cordialement / Regards

Re: [WSG] CSS challenge: make a li stays same bg color when cursor moves to its siblings

2011-04-06 Thread tee
and move to its's siblings, the hover no longer applies to that li class but the sibling where the cursor points to. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org

[WSG] CSS challenge: make a li stays same bg color when cursor moves to its siblings

2011-04-05 Thread tee
. jQuery(#nav ulli).find(a.level-top li).parent(li).addClass(current) Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh

[WSG] what is the exact version of FF 3.6 x prior to FF4?

2011-03-31 Thread tee
. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] what is the exact version of FF 3.6 x prior to FF4?

2011-03-31 Thread tee
Speed because my client use it for site test. It has released the extension under Experimental Extension API I learned yesterday when I was desperate to make the Page Speed works. After trying it, I find I rather stay with the FF's version thus my question for previous FF. tee

[WSG] possible to make DT and DD behave like TH and TD column visually?

2011-03-31 Thread tee
have clear:right in the dd and it's not helping. Actually I never able to get clear right work. Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

[WSG] what could be the cause that Safari can't load a page?

2011-03-31 Thread tee
version is 5.0.4 (6533.20.27) http://bit.ly/eKE1He (safe to click - I made the shorten url myself, but if you rather not clicking it, that's ok. The link goes to a blogger's site). Thanks! tee *** List Guidelines: http

Re: [WSG] possible to make DT and DD behave like TH and TD column visually?

2011-03-31 Thread tee
many areas that I couldn't keep them lean. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] what could be the cause that Safari can't load a page?

2011-03-31 Thread tee
The load is continuous. OS X 10.4 Safari/4.1.3 Had to force quit on video error. Check markup: http://html5.validator.nu/ ~d Thanks. The first video link on the right column? tee *** List Guidelines: http

Re: [WSG] question about screen reader behavior when pulling in content via Ajax fetch

2011-03-27 Thread tee
Thank you all for the feedback! Steve's one is most assuring. One page uses quirks mode should be OK if it doesn't cause issue to Screen Reader. tee On Mar 27, 2011, at 6:01 AM, Steve Faulkner wrote: hi tee which the page has no dtd, body and html tags? if it renders in the browser

[WSG] is this infection of Safari or FB page?

2011-03-16 Thread tee
/ Province. If you know how crazy this regime is to try to hold on the power, you would believe that billions of RMB likely have been gathered to develop viruses specifically targeting Mac, iPad and iPhone. tee *** List Guidelines

Re: [WSG] is this infection of Safari or FB page?

2011-03-16 Thread tee
or there is no infection. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

Re: [WSG] html5 and iframes?

2011-03-10 Thread tee
the validation error. If you want the error goes away, don't use HTML5. Obsolete doesn't mean browser can't parse it. If you don't want to drive yourself crazy, just move on :) tee *** List Guidelines: http://webstandardsgroup.org

Re: [WSG] why :first-child pseudo-class doesn't work for some selectors/elements?

2011-03-10 Thread tee
On Mar 6, 2011, at 4:52 PM, Rob Crowther wrote: On 06/03/11 20:22, tee wrote: but I can never get h2:first-child works Here's an example, specifically using h2 elements since you mentioned them: http://www.boogdesign.com/examples/css3/first-child.html By default, every element has

Re: [WSG] why :first-child pseudo-class doesn't work for some selectors/elements?

2011-03-06 Thread tee
embarrassing! I'd been using first-child for over a year, probably much longer mostly for li, but only recently started using it for heading and dd, and I found it doesn't work. Thank you! tee On Mar 6, 2011, at 2:34 AM, David Dorward wrote: Because those elements are not the first child element

Re: [WSG] why :first-child pseudo-class doesn't work for some selectors/elements?

2011-03-06 Thread tee
inside #content) considers the first child of some other element for the entire page? If yes, why is that the .sidebox li ol:first-child and .sidebox li:first-child still work? tee *** List Guidelines: http

Re: [WSG] screen reader friendly and keyboard accessible popup?

2011-02-26 Thread tee
item in the document (in all panels, collapsed or not). If we implement collapsible panels in the first place it is to minimize content overload - so imho it should be the same for all users. Thanks for the reminder! tee

Re: [WSG] screen reader friendly and keyboard accessible popup?

2011-02-25 Thread tee
me I violated both the Italian writer and English translator copyrights, and suggested I should use Lorem ipsum :---) tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] screen reader friendly and keyboard accessible popup?

2011-02-24 Thread tee
scratch, but it likely won't be finished until next year as I feel there is so much needed to know about the proper use of ARIA). tee On Feb 23, 2011, at 9:33 AM, Thierry Koblentz wrote: Hi Tee, Please take a look at this example. The first example is keyboard accessible however I am also

Re: [WSG] screen reader friendly and keyboard accessible popup?

2011-02-24 Thread tee
On Feb 24, 2011, at 2:19 AM, tee wrote: making sure the focus brought back to the original trigger is something that needs to deal with - a Modal script I use, doesn't offered this feature, it jumps back to the first link. Maybe not! http://jsbin.com/awidi4 But the browsers behave

[WSG] screen reader friendly and keyboard accessible popup?

2011-02-23 Thread tee
, but not certain they are good for such function. Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

  1   2   3   4   5   6   7   >