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.

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

2012-06-30 Thread tee
esn't work for ebook format, because devices' 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 ? > > Greg &

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

2012-06-29 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!

Re: [WSG] Re: WSG Digest

2012-05-28 Thread tee
does this work for AT (VoiceOver 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, wrote

Re: [WSG] Media queries and roles

2012-05-24 Thread tee
) within it to confuse user. When doing RWD instead of mobile adaptation, that navigation goes to the bottom of the page for the consideration of Mobile version, my approach is to use absolute position to target the desktop version's navigation instead of making duplication. tee On May 2

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

2012-04-20 Thread tee
w: 0 0 2px #ccc;} 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 *

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

2012-04-04 Thread tee
missing still is a mystery. https://picasaweb.google.com/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

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

2012-04-02 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-OttQk&feature=youtu.be Tee On Apr 2, 2012, at 10:24 PM, Matthew Pennell wrote: > On Mon

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

2012-04-02 Thread tee
in v11 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://w

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

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 wrot

[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:

Re: [WSG] CSS3 Development tools?

2011-10-11 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.

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

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

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

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

2011-10-01 Thread tee
;display block" 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

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

2011-10-01 Thread tee
ccurs to the even set 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:

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

2011-09-29 Thread tee
. The craziness 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. >> >&g

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

2011-09-29 Thread tee
cked my style again and found 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: >> >> Displa

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

2011-09-29 Thread tee
ody going to tell me the padding in the above rule isn't the issue but my other CSS codes). a[href^="http"]{background: url(icon-external.png) no-repeat right 3px;padding-right:13px;} http://jsbin.com/ozeqon/4/ Let se

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

2011-09-28 Thread tee
fraid to show 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

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

2011-09-28 Thread tee
ng Safari's Web Inspector I see 4 bg images were loaded in my previouis example. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

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

2011-09-27 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 Safa

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

2011-09-27 Thread tee
use I (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:

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

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

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

2011-09-25 Thread tee
unable 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://websta

Re: [WSG] IE7 Issues - The Final Three

2011-09-24 Thread tee
n 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
dia screen 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

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

2011-09-19 Thread tee
creen 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,

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

2011-09-19 Thread tee
n why 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

[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

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

2011-09-04 Thread tee
il to suggest the site needs upgrade to WCAG 2.0 AA comformace, it probably gets ignored, but if more users write in it will bring the attention. tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines

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

2011-09-03 Thread tee
curs to images 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

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

2011-08-27 Thread tee
e due to the girl with the dragon tatoo, 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 th

Re: [WSG] web accessibility with adobe tools

2011-08-23 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 &g

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 acessib

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/m

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

2011-08-20 Thread tee
fficult to distinguish a capital "I" from the > lower-case 'l' for example." > > Read more: http://www.dyslexia.com/library/webdesign.htm#ixzz1VR2sig6D > Curious, do any of the accessibility practitioners not think user has respon

[WSG] keyboard navigation support for accordion/tabs

2011-08-12 Thread tee
tab 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-12 Thread tee
and the iScroll 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 to

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

2011-08-11 Thread tee
l because iOS5 isn't 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/unsu

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

2011-08-11 Thread tee
010/05/27/quick-jquery-hack-to-fix-positionfixed-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] 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 > Please !! > WSG !! > NEVER AGAIN ! > > 2011/8/12 Marvin Hunkin > Hi. > > Well looking to

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

2011-08-10 Thread tee
get around this? Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

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

2011-08-10 Thread tee
about the MS filter. 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 gr

Re: [WSG] Drop-down menu issues

2011-07-29 Thread tee
y drop-down menu script but something simple that controls the show/hide, then use absolute 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 ple

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

2011-07-25 Thread tee
te 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, y

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

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- &

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

2011-07-21 Thread tee
or Safari, 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 Un

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. >>

[WSG] z-index bug in webkit?

2011-07-21 Thread tee
for IE6/7. 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] Modal forms - what to call them?

2011-07-21 Thread tee
refer to use that. Facebook has the worse UI I ever seen: what kind of rude developer/web designer use [x] for delete, edit and post options and make it only hover? Every time I think about this I cringe. tee *

Re: [WSG] html5 quest: figure

2011-07-18 Thread tee
ouldn't get the prescription that I thought useful 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] html5 quest: figure

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

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 wrote: >> I am building a site that must meet wcag 2.0 compliant. A web

[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://webstandardsgrou

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

2011-07-15 Thread tee
for switching panel, click for the link 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

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

2011-07-14 Thread tee
;, EndColorStr='#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

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

2011-07-14 Thread tee
Mike, Joe praised the site so I took a look from iPad as I was reading email in bed - the tabs on the homepage are not touchscreen friendly though. Touching each tab the panel ketp chaning but links to nowhere. tee On Jul 14, 2011, at 6:03 AM, Joseph Taylor wrote: > Not sure what

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:

[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). Th

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" c

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

2011-06-15 Thread tee
can see the hidden layers (choose your tea and tea bag (2) ) shown through while the page is still loading. http://www.youtube.com/watch?v=dI9QvAFKoSM tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm U

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

2011-06-15 Thread tee
e your tea and tea bag (2) ) shown through while the page is still loading. http://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 visu

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

2011-06-15 Thread tee
n other. I use 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 thr

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

2011-06-14 Thread tee
slow connection. 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

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

2011-06-13 Thread tee
d 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.

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

2011-06-12 Thread tee
was caused by different encoding for ">" (from the copy editor). tee *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***

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

2011-06-12 Thread tee
and : A whitespace-separated list of link types listed as allowed on and in the HTML specification or listed as an allowed on and on the Microformats wiki without duplicate keywords in the list. You can register link types on the Micr

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

2011-06-03 Thread tee
ample for this). Cackground-size treatment affects both landscape and portrait. http://jsbin.com/uworu3/ #container-wrap{ width:100%;background-position: center top; -webkit-background-size:100% auto; -moz-background-size:100% auto;

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 > > > > > H

[WSG] Qt WebKit?

2011-05-23 Thread tee
brary/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/unsub

Re: [WSG] pop up windows and Google

2011-05-12 Thread tee
ing combination of simple show/hide and absolute 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. &g

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

2011-05-09 Thread tee
n never get 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://webstandard

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 Chrom

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

2011-05-09 Thread tee
cookie set from > the domain/IP in question. > Thank 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 iss

[WSG] Can I have a Safari check?

2011-05-09 Thread tee
doesn't really 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] 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 we designer does is change the doctype). tee On May 5, 2011, at 11:55 PM, Birendra wrote: > Hi Stuart >

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

2011-05-01 Thread tee
g effect :) 160th Anniversary of the First World's Fair > Also: does the technology satisfy web usability guidelines? Code wise it seems so. IMHO, it's a presentational setup, therefore lack of accessibility implementation doesn't seem to pose an issue. tee ***

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

2011-04-07 Thread tee
there is a div wrapper for content area. 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) > > ht

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: &

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

2011-04-06 Thread tee
ves away from a li 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/guidelin

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

2011-04-05 Thread tee
does. I have this code in which the last line is how I want to add the "current" class. jQuery("#nav ul>li").find("a.level-top > li").parent("li").addClass("current") Thanks! tee

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

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

2011-03-31 Thread tee
Really tried not to do that to create extra codes as there are too 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 ***

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

2011-03-31 Thread tee
lem? My Safari 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

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

2011-03-31 Thread tee
combination? I 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://websta

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

2011-03-31 Thread tee
me off guard, the Run Test button is not clickable. I nee the Page 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 sta

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

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

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? >

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

2011-03-25 Thread tee
works well. My concern is, will it be any problem for screen reader read the login page's info, enter email which the page has no dtd, body and html tags? Thanks! tee *** List Guidelines: http://webstandardsgroup.org/mail

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

2011-03-16 Thread tee
ess the software is incapable of finding any thing 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 ***

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

2011-03-16 Thread tee
user in a specific city/ 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 **

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-chil

Re: [WSG] html5 and iframes?

2011-03-10 Thread tee
e CSS instead. > olorscheme=light&" frameborder="0" width="600"> Bob, I wouldn't worry about 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 driv

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

2011-03-06 Thread tee
is not wrapped 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 **

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

2011-03-06 Thread tee
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 in the

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

2011-03-06 Thread tee
is of no help. 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   >