Re: [WSG] [OT] Google search/index/webmaster help

2009-11-01 Thread Philippe Wittenbergh
' as it should. That is server misconfiguration. I'm not surprised Googlebot doesn't pick it up. Safari shows the same issue. Philippe --- Philippe Wittenbergh http://l-c-n.com/ *** List Guidelines: http

Re: [WSG] how to set table column widths with CSS

2008-01-11 Thread Philippe Wittenbergh
On Jan 11, 2008, at 11:51 PM, Alastair Campbell wrote: On Jan 11, 2008 7:29 AM, Philippe Wittenbergh [EMAIL PROTECTED] wrote: col:first-child {width:10em;} col:first-child+col {width: 5em;} From memory, I don't think col has children as such, it's quite a headache: https

Re: [WSG] how to set table column widths with CSS

2008-01-10 Thread Philippe Wittenbergh
: 5em;} ... or td:first-child {width:10em;} td:first-child+td {width: 5em;} ... But: congratulations! your stylesheet just took a beating as far as performance goes. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Float-less layouts

2008-01-07 Thread Philippe Wittenbergh
of text with white-space:pre). This can eventually be controlled by wrapping such content in a 'overflow:auto' wrapper, but not always. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Site Check

2007-12-20 Thread Philippe Wittenbergh
On Dec 21, 2007, at 7:30 AM, CK wrote: http://working.bushidodeep.com/kevon/index.html The footer (#header) that covers the scrollbar is quite disturbing. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List

Re: [WSG] Browser test: Construct

2007-12-09 Thread Philippe Wittenbergh
(accessibility.typeaheadfind.autostart, true); in your user.js (or use about:config). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org

Re: [WSG] Browser test: Construct

2007-12-09 Thread Philippe Wittenbergh
that. But if I were you, I wouldn't worry about it. There are a few known bugs with keybindings in current nightlies on Mac, but those should be fixed by the time Gecko 1.9 is released. None affected your test page. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Browser test: Construct

2007-12-08 Thread Philippe Wittenbergh
) seem to do what you expect. Of course, using 'J', 'K', 'L' triggers FAYT (Find as you type) when set to start automatically. Most people reasonably versed in the use of Gecko browsers have it set that way. Safari 3 doesn't get your keyboard input. OS X 10.4.11. Philippe --- Philippe

Re: [WSG] padding on the bottom ;-)

2007-12-07 Thread Philippe Wittenbergh
. That comes from the margin on the p that is collapsing through the divs (div#box-1-c p, div#box-2-c p, div#box-3-c p {... margin-bottom: 0.5em;}) Set the margin to 0 and that issue disappears. That is the correct behaviour, btw. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Font-size-adjust (was: RE: Disabling Fonts in Font Stacks)

2007-12-02 Thread Philippe Wittenbergh
for font-family, basically. Personally, I would like to see some decent column support before trying to exert this degree of control on font-sizing. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines

Re: [WSG] RE: Disabling Fonts in Font Stacks

2007-11-30 Thread Philippe Wittenbergh
this is very easy: Open Fontbook.app and just disable/ enable the fonts you want. For some browsers, you'll need to restart before the changes take effect. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines

Re: [WSG] RE: Disabling Fonts in Font Stacks

2007-11-30 Thread Philippe Wittenbergh
need to, It is already supported in my browser...:-)) for WebKit, it is bug 15257 http://bugs.webkit.org/show_bug.cgi?id=15257 To my surprise, nobody had requested that when I filed that bug. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] RE: Disabling Fonts in Font Stacks

2007-11-30 Thread Philippe Wittenbergh
I wrote: Apple menu PreferencesAdvanced tab. Not everybody uses windoze. Darn stupid mistake Opera menu PreferencesAdvanced tab. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Input tag - closing tag optional?

2007-11-25 Thread Philippe Wittenbergh
affect the mime-type). Note: the upcoming Firefox 3 and other browsers using the Gecko 1.9 rendering engine are more strict in handling this. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] opera doesn't play nice with Opacity

2007-11-13 Thread Philippe Wittenbergh
://www.w3.org/TR/css3-color/#rgba-color http://www.w3.org/TR/css3-color/#hsla-color Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] opera doesn't play nice with Opacity

2007-11-12 Thread Philippe Wittenbergh
a yellow background. No trace of any background-colour as specified in the style-sheet, not on #ftr_wrap and not on #col1, #col2, #col3. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Request possible?

2007-11-06 Thread Philippe Wittenbergh
). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] SilverLight

2007-10-29 Thread Philippe Wittenbergh
the plugin**, and only checked for Safari or Firefox, as opposed to check for Gecko. The demos I've seen still only work half and half on Mac browsers, except Firefox 2.0.0.x and Safari. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] skip to content: care of accessibility causing usability

2007-10-27 Thread Philippe Wittenbergh
{left: 1em;} :active state is for iExploder. Add additional styling to taste. Not really perfect, just a compromise. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail

Re: [WSG] browsers render differently with Optroup

2007-10-24 Thread Philippe Wittenbergh
that Firefox is not wrong by the description given above. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] browsers render differently with Optroup

2007-10-24 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Encoded mailto links

2007-10-18 Thread Philippe Wittenbergh
or not. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Catch 22 list problem

2007-10-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Catch 22 list problem

2007-10-11 Thread Philippe Wittenbergh
numbers as an internal mechanism, but it does not take away that those numbers are content. (and CSS counters is a very attractive mechanism to control/alter the presentation of those numbers). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Safari problem

2007-09-27 Thread Philippe Wittenbergh
browsers */ overflow-y:scroll; overflow-x:hidden; } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] XHTML+Voice

2007-09-07 Thread Philippe Wittenbergh
only, as far as I could test). [1] http://www.456bereastreet.com/archive/200505/ voiceover_and_safari_screen_reading_on_the_mac/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Firefox bug on CSS white-space property

2007-08-28 Thread Philippe Wittenbergh
long word), the table should expand, unless the table has 'table-layout: fixed' specified. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Firefox bug on CSS white-space property

2007-08-28 Thread Philippe Wittenbergh
learn something new every day. Try this: http://dev.l-c-n.com/_temp/wp.html And yes that is the expected behaviour. 'Width' on table and td/th is more like 'min-width' (idem dito for 'height'). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] safari display issue : help please!

2007-08-23 Thread Philippe Wittenbergh
with Gecko browsers. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] Cross platform line-height?

2007-08-17 Thread Philippe Wittenbergh
methods for rounding off numbers, etc. What exactly is your problem ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] setting fontsize in body

2007-08-08 Thread Philippe Wittenbergh
will become ever more important (more 'old' eyes on-line, increasing screen resolutions). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] setting fontsize in body

2007-08-03 Thread Philippe Wittenbergh
add up for deeply nested elements) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help

Re: [WSG] (Phillipe) margin problem in Firefox

2007-07-19 Thread Philippe Wittenbergh
!-- or more p -- /li substitute an appropriate level of heading for your needs float the span, adjust margins to taste That is about what I do on this now-defunct site : http://emps.l-c-n.com/articles/94/widgets-for-firefox (and that uses Texpattern behind the scenes). Philippe --- Philippe

Re: [WSG] Shadow validation

2007-07-09 Thread Philippe Wittenbergh
On Jul 10, 2007, at 10:36 AM, Dean Matthews wrote: I thought I was dense but now I think the W3C is just behind the curve ;-) Not really, just chose the appropriate options (advanced...) when you try to validate a file. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] scope, cols and colgroups

2007-06-29 Thread Philippe Wittenbergh
://www.whatwg.org/specs/web-apps/current-work/multipage/section- tabular.html#the-colgroup 2. you have a xml syntax in there: colgroup / colgroup is _not_ an empty element, it cannot use self closing syntax. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG]shorthand doesn't work for bg position (was auto-hiding bottom part of bg image when resizing fontsize

2007-06-20 Thread Philippe Wittenbergh
to the viewport. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Safari 2.0?!

2007-06-19 Thread Philippe Wittenbergh
out your documents in what will ultimately be Safari 3.0. Those nightly builds can co-exist nicely with Safari 2.0. http://nightly.webkit.org/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
] and is positioned. In your case, I think it is body (I haven't gone through all of your stylesheets). giving the parent p 'layout' _might_ solve the issue. Why not a table ? [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
On Jun 15, 2007, at 12:26 PM, Taco Fleur wrote: I'm not sure what giving the parent p 'layout' _might_ solve the issue. means though? Maybe this translation works better: Triggering 'hasLayout' on the parent p _might_ solve the issue Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
pages long. [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] Mac test please (was Safari now on Windows)

2007-06-12 Thread Philippe Wittenbergh
to convince your boss to by a Mac) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] Mac test please (was Safari now on Windows)

2007-06-12 Thread Philippe Wittenbergh
. And Safari v2 only broadcasts text/html in the headers. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] layout/font site test - please

2007-06-05 Thread Philippe Wittenbergh
On Jun 5, 2007, at 8:09 PM, Designer wrote: ... the htmlbody is ignored by all except IE6 I hope this is a typo. IE 6 ignores this (and NN4 in case you worry) as it doesn't understand the '' selector. All other browsers, including IE 7 support the child selector. Philippe --- Philippe

Re: [WSG] Re: Use of Fieldsets other than in form?

2007-06-04 Thread Philippe Wittenbergh
be found under the heading '17.10 Adding structure to forms: the FIELDSET and LEGEND elements' http://www.w3.org/TR/html401/interact/forms.html#edef-FIELDSET That makes quite clear that fieldset is intended for forms only And it is all part of chapter 17, 'Forms'. Philippe --- Philippe Wittenbergh

Re: [WSG] ie positioning help needed

2007-06-02 Thread Philippe Wittenbergh
scroll arrow, or the thumb when one has scrolled to the bottom of the div. It 'works' in Firefox 2.0.0.4, but that is actually a nasty bug with Gecko Mac scrollbars - bug that is fixed in nightly builds. Screenshot: http://dev.l-c-n.com/_b/kmcm.png Philippe --- Philippe Wittenbergh http

Re: [WSG] safari hack for overflow-x/y

2007-05-31 Thread Philippe Wittenbergh
; /* depending on your set up...*/ } You need to keep them in that order, what comes later in ruleblock overrides what comes earlier. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Converting font size from pt to % or em

2007-05-25 Thread Philippe Wittenbergh
preferred window width. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] width of inline lists

2007-05-20 Thread Philippe Wittenbergh
{float:left} ? or li {display:inline-block } ? The second one won't work in Firefox up to 2.0.0.x (but will work in Fx 3) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org

Re: [WSG] While we're on the subject of validators...

2007-05-01 Thread Philippe Wittenbergh
probably a typo. The validator doesn't look/care about what you put in a selector. What if you are using that css file for some xml document that has an element 'navbar' within its namespace ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Template Review

2007-04-29 Thread Philippe Wittenbergh
in em inside (your dd) is problematic. use sans-serif fonts for headings and serif fonts for body text (like the dd, again) will create some more visual structure. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] strong v's b , em v's i

2007-04-23 Thread Philippe Wittenbergh
/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-16 Thread Philippe Wittenbergh
position:absolute on the table-cell, but then you'd need to position each one of cells via 'top' and 'left'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] opacity

2007-04-11 Thread Philippe Wittenbergh
Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Odd behaviour in Opera and Safari

2007-04-09 Thread Philippe Wittenbergh
Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] background won't repeat-y

2007-03-04 Thread Philippe Wittenbergh
assume the default (in this case top left or 0 0) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] playing with layouts, pt2

2007-02-25 Thread Philippe Wittenbergh
numerical entities instead. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] Odd FireFox div background image behavior

2006-03-18 Thread Philippe Wittenbergh
[1], which will contain your floated blocks. [1] http://dev.l-c-n.com/IEW/simulations.php http://www.w3.org/TR/CSS21/visuren.html#block-formatting [2] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] CAPS in stylesheets

2006-03-13 Thread Philippe Wittenbergh
? http://www.w3.org/TR/CSS21/syndata.html#q6 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Absolute Positioning-A Naive Question (Maybe)

2006-03-13 Thread Philippe Wittenbergh
by IE, which puts serious limits on the technique. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] IE Reverse Indent ?

2006-03-07 Thread Philippe Wittenbergh
it fixes. In this case: /* - hide form IE Mac - \*/ * html #content_contain {height:1%} /* - end hiding - */ ought to do nicely. (and served only to IE 6 and below. That 3px jog thing is reportedly fixed in IE 7 alpha0). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Styling Fieldset and Legend Elements

2006-03-07 Thread Philippe Wittenbergh
). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] Styling Fieldset and Legend Elements

2006-03-06 Thread Philippe Wittenbergh
white- space under the legend (padding on fieldset, you won't get rid of it). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] making table cells share equally

2006-02-21 Thread Philippe Wittenbergh
. table {table-layout:fixed; border-collapse:collapse; width:xxx} http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout according to the rules, a width on the table need to be specified; IE Win will default to 100% if no width is set. Philippe --- Philippe Wittenbergh http://emps.l-c

Re: [WSG] TARGET in 4.01 Strict

2006-02-16 Thread Philippe Wittenbergh
for testing. Even then, there is the History (Go in some other browsers) menu to help the user out. Philippe Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Opera Labs and Opera 9 Preview 2

2006-02-08 Thread Philippe Wittenbergh
at least (tp 1 felt more like one of those big heavy duty horses used in the fields rather than Georg's race horse. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Re: Multiple language usability query

2006-02-07 Thread Philippe Wittenbergh
what happens on a Win PC that lacks the East-Asian language pack ('cause all PC's here in town have it installed). (hence, out of curiosity, if someone would be kind enough to send me a screenshot of the file I posted earlier, that would be appreciated). Philippe --- Philippe Wittenbergh

Re: [WSG] Multiple language usability query

2006-02-06 Thread Philippe Wittenbergh
explaining how to render the text below, or explain, at the very least, that the strange characters below are in fact in another language? What about including the text both in Japanese and English ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Display:Table

2006-02-04 Thread Philippe Wittenbergh
-cell is only supported by iCab 3.0) [3] http://www.w3.org/TR/css3-multicol/ [4] http://lists.w3.org/Archives/Public/www-style/2005Dec/0081.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http

Re: [WSG] IE7 hacks

2006-02-03 Thread Philippe Wittenbergh
:-) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] Check boxes ticked (UK Law)

2006-01-30 Thread Philippe Wittenbergh
UK law. And yes, I believe this to be correct. You have to make this 'opt- in', default being 'opt-out'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Mac CSS issues

2006-01-27 Thread Philippe Wittenbergh
mac has some more serious issues, at least one. It puts #content next to the #header, which is floated. Solutions: either add a clearing element between header and content, or just float:left #content. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Article: MIME and Content Negotiation

2006-01-16 Thread Philippe Wittenbergh
something odd on the way. Is the $charset var set up correctly ? (near the top of the code) It should read: $charset = utf-8; Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Safari Lightening Entire Background Image

2006-01-12 Thread Philippe Wittenbergh
compression level ? Could this be related to background-repeat: repeat or no-repeat ? I've never seen something like this with jpg files. PS - the problem only happens with Safari. All other browsers on OS X display the page correctly. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Jello Mold not working right in IE/Win

2006-01-08 Thread Philippe Wittenbergh
{ width:expression(document.body.clientWidth 0 ? 280px : -28% ); } /style ![endif]-- Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] XHTML again

2006-01-07 Thread Philippe Wittenbergh
to it (with mime type application xhtml+xml). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Philippe Wittenbergh
://dev.l-c-n.com/Gecko/fieldset-clear-309550.php You may need to set a width on the dl to avoid shrink-wrapping. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] XHTML 1.1 Entities (WAS Claiming compliance when a site doesn't comply)

2006-01-05 Thread Philippe Wittenbergh
and such. If you want to support Safari (with application/xhtml+xml), I'm afraid, you'll have to go back... Screen shot from the page linked above (Safari 2.02 - latest Webkit nightly builds are identical): http://emps.l-c-n.com/bm/Safari-entities.png Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] XHTML 1.1 Entities (WAS Claiming compliance when a site doesn't comply)

2006-01-05 Thread Philippe Wittenbergh
bases its parsing only on the mime-type. [1] this gives them additional knowledge about those entities. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Mac FF hidden div still shows scrollbars

2005-12-22 Thread Philippe Wittenbergh
, except for Mac FF (1.5). We are still seeing the div's scroll bars when in it's hidden state. Anyone come across this before and fix it? https://bugzilla.mozilla.org/show_bug.cgi?id=187435 Try display:none, if that fits in your design. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Setting Up Font Sizes

2005-12-21 Thread Philippe Wittenbergh
the same font-size:small for Japanese fonts/text on the other side works pretty well across the board for me, except in Camino/ Firefox Mac, which tends to smash down fonts. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Browser Resolutions

2005-12-16 Thread Philippe Wittenbergh
open at full width of the monitor. The user may or may not have on of those sidebars open in the browser. That side bar may or may not be large. That makes those numbers pretty meaningless in my eyes. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Justify this

2005-12-14 Thread Philippe Wittenbergh
. It makes Japanese text nearly readable on IE (now if those MS fonts weren't so ugly,...) p { text-align:justify; text-justify:inter-ideograph; } The text-align:justify also works pretty well in Firefox 1.5, for East-Asian text. Philippe --- Philippe Wittenbergh http://emps.l-c

Re: [WSG] firefox 1.5 is official

2005-11-29 Thread Philippe Wittenbergh
was buggy in this. See https://bugzilla.mozilla.org/show_bug.cgi?id=243751#c4 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] shrink-to-fit width in Opera

2005-11-21 Thread Philippe Wittenbergh
? And if you start to play with more complex constructions, the differences between all (decent) browser increase, see [2] as one example. [1] http://dev.l-c-n.com/_temp/AP-shrink-to-fit.php [2] http://www.satzansatz.de/cssd/tmp/100307.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Accessibility: Default placeholders

2005-11-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] hiding legend tag

2005-11-10 Thread Philippe Wittenbergh
or text-indent:-1px !important are some options. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Safari, select, and option attributes.

2005-11-05 Thread Philippe Wittenbergh
of form widgets (something I really like...). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Is position:absolute legal in a floated div? relates to a Footer problem in NS7

2005-10-24 Thread Philippe Wittenbergh
have problems with this, like Netscape 7. You'd have to add an additional wrapper inside your floated block to please those old boys. Like this div style=float:right div style=position: relative p style=position:absolute Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Set min-width using DOM

2005-10-22 Thread Philippe Wittenbergh
then voila, its set to 740 Yes, that is the solution I've been using for a while, and seems to work fine. selector { width:740px; width:expression(...); } (all dumped inside of a conditional comment, of course). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Philippe Wittenbergh
/formstyles.css br{ clear : left; } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Counters support?

2005-10-13 Thread Philippe Wittenbergh
where the subject was mentioned more in detail in the comments. http://alistapart.com/articles/multicolumnlists Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Safari FOUC was site check: liquid.rdpdesign.com

2005-10-12 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] Safari FOUC was site check: liquid.rdpdesign.com

2005-10-12 Thread Philippe Wittenbergh
On 12 Oct 2005, at 3:52 pm, Christian Montoya wrote: Where would I document this? Blog ? Own website ? You could start here as well, or add an item to the CSS-D Wiki: http://css-discuss.incutio.com/?page=FrontPage Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Firefox caption madness

2005-10-11 Thread Philippe Wittenbergh
://bugzilla.mozilla.org/show_bug.cgi?id=63895 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] :after/:before used for layout

2005-10-11 Thread Philippe Wittenbergh
) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] :after/:before used for layout

2005-10-11 Thread Philippe Wittenbergh
On 12 Oct 2005, at 1:00 pm, Gunlaug Sørtun wrote: Philippe Wittenbergh wrote: ?? margin seems to work perfectly fine here. Both on Firefox 1.6a1 nightly trunk build and Firefox 1.5beta 2 http:dev.l-c-n.com/_temp/after.php (the word blah in a grey box after each paragraph, and the word

Re: [WSG] Jello flexible layout

2005-10-05 Thread Philippe Wittenbergh
. There are other methods though: you could try 'zoom:1', or 'display:inline-block'. Then use and additional container/wrapper to force the height. [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Flexible Font sizes in tables in ie

2005-10-04 Thread Philippe Wittenbergh
:1em;} /* makes sure the font-size is inherited in IE, this has to be explicitly specified */ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Site Review: www.47words.com

2005-10-03 Thread Philippe Wittenbergh
{ content: [attr(hreflang)]; font-style:italic; color:#6c767f } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] UTF and IE/Mac - extra character?

2005-09-19 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

  1   2   3   >