Re: [css-d] margins on tr

2011-06-27 Thread fantasai
margins on a tr? Something about the table model getting too complex, at least that was the answer I got when I raised the issue something like a decade ago. :) ~fantasai __ css-discuss [css-d@lists.css-discuss.org] http://www.css-disc

Re: [css-d] Any Way to Map font-variant or text-transform to a Font?

2011-06-27 Thread fantasai
opperplate, if it exists. Philippe Wittenbergh wrote: In the future, you should be able to solve this with @font-face: @font-face {src: local(/*font-name here*/); font-variant: ...;} http://dev.w3.org/csswg/css3-fonts/#font-rend-desc

Re: [css-d] Fonts, fall-backs & Unicode

2010-07-13 Thread fantasai
t" glyph gets defaulted to. This is wrong. Font fallback is per-character. See responses from both myself and L. David Baron. ~fantasai __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/

Re: [css-d] The white-space property between blocks

2010-07-13 Thread fantasai
like > "The " and " lazy "? Yes. CSS does not affect the DOM. It reads from it, but does not alter it. > Do the DOM Node.normalize() and Document.normalizeDocument() have any > effect on the whitespace: do they trim, collapse or remove extraneous > whitespace from the text nodes? I

Re: [css-d] Fonts, fall-backs & Unicode

2010-07-13 Thread fantasai
.org/TR/CSS21/fonts.html#algorithm http://www.w3.org/TR/css3-fonts/#font-matching-algorithm If you want to exclude certain characters from a font from ever being matched, then you would need to use an @font-face rule with a unicode-range descriptor. This functionali

Re: [css-d] Negative text-indent: lack of details in the specs

2010-07-11 Thread fantasai
ways helpful. I didn't see any tests in the test suite on this, except hixie's: http://test.csswg.org/suites/css2.1/20100701/xhtml1/text-indent-010.xht ~fantasai __ css-discuss [cs...@lists.css-discuss.org] http://ww

Re: [css-d] Opera 10 bug with CSS generated content

2010-03-17 Thread fantasai
thing that matches the CSS2.1 test suite format? http://wiki.csswg.org/test/css2.1/format Thanks~ ~fantasai __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://

Re: [css-d] CSS3 content attribute for page

2010-01-07 Thread fantasai
e. > > Where is the problem? content: #footer; is invalid. You can't grab content from the document like that and put it in the header. Why can't you just put the page counter info in the header, like before, instead of trying to put it in a ? @page

Re: [css-d] Can this be done with CSS?

2009-07-02 Thread fantasai
x27;t you just use a blue background and padding on the element to get the blue matting? And "margin: auto" should center the image for the portraits. CSS3 would get you the rounded corners and drop-shadow easily; y

Re: [css-d] Laying out CSS for @media print

2008-03-24 Thread fantasai
uppermost left-hand corner of the browser window... Well, printouts have margins. Other than that I don't know what to say. The top left should be the top left... ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] Non-image list-style-type coloring?

2008-03-05 Thread fantasai
in-left: -1em; } but I believe this won't work in IE. ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://cs

Re: [css-d] percentage widths don't add up to 100 in Safari and Opera

2008-01-16 Thread fantasai
're ok with not using percentages for the spacing you should be able to control that by setting 'border-spacing' on the element. ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Firefox bug, or Safari?

2007-12-12 Thread fantasai
the >>> subheads and the following ULs. It looks OK in Safari and IE, but >>> not in Firefox and Opera. Knowing that the latter two browsers >>> are probably the better browsers, web standards wise, can anyone >>> out there tell me what I'm doing wr

Re: [css-d] Firefox bug, or Safari?

2007-12-12 Thread fantasai
Safari and IE, but not > in Firefox and Opera. Knowing that the latter two browsers are > probably the better browsers, web standards wise, can anyone out > there tell me what I'm doing wrong? Try getting rid of all the extra tags. You can use the CSS 'ma

Re: [css-d] Firefox bug, or Safari?

2007-12-12 Thread fantasai
the >>> subheads and the following ULs. It looks OK in Safari and IE, but >>> not in Firefox and Opera. Knowing that the latter two browsers >>> are probably the better browsers, web standards wise, can anyone >>> out there tell me what I'm doing wr

Re: [css-d] how to control space between table rows

2007-10-27 Thread fantasai
; border showing through. td, th { padding: 0; } in the CSS has the same effect as cellpadding="0" in HTML. ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/F

Re: [css-d] how to control space between table rows

2007-10-27 Thread fantasai
; > What I want make is a grid of cells with images and text and with no > space, border, paddings, room, etc on the sides. Including the THs of > cource. > Thanks for any help. img { display: block; } or img { vertical-alig

Re: [css-d] Why won't these two style of code work the same way?

2007-10-08 Thread fantasai
heading#day instead of .cal_heading #day (The space indicates that #day is a descendant of .cal_heading.) ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://c

Re: [css-d] Opera for Windows Mobile: How to change page size?

2007-10-08 Thread fantasai
is even more annoying > as this is a > show-stopping "feature" for me. > > Please answer ASAP if you can help! Are you giving Opera a "handheld" style sheet? ~fantasai __ css-discuss [EMAIL PRO

Re: [css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-08 Thread fantasai
tline is there to show which link has keyboard focus. If you take it off, you might need to replace it with some other visual cue using the :focus selector. Try tabbing through your page to make sure you can navigate it with the key

Re: [css-d] need help on managing parenthesis with right to left

2007-09-01 Thread fantasai
fantasai wrote: > fantasai wrote: >> Patrick Aljord wrote: >>> hey all, >>> >>> My site in Arabic from right to left works great. But if I want to use >>> some ltr strings in English, it messes up with my parenthesis like in >>> this

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

2007-08-28 Thread fantasai
bug and tell me exactly how > to report it to Mozilla (or even better, if someone has some experience > reporting bugs to Mozilla)... Heya, I can confirm that the bug exists in FF2, but I also tested it in a recent build off the FF3 (Gecko 1.9) codebase, and it works fine there. I guess it was fi

Re: [css-d] need help on managing parenthesis with right to left

2007-08-27 Thread fantasai
fantasai wrote: > Patrick Aljord wrote: >> hey all, >> >> My site in Arabic from right to left works great. But if I want to use >> some ltr strings in English, it messes up with my parenthesis like in >> this list: >> >> http://www.democralist.com/list

Re: [css-d] need help on managing parenthesis with right to left

2007-08-27 Thread fantasai
ith the (X)HTML 'dir' attribute. (The CSS 2.1 spec says as much in section 9.10.[1]) [1] http://www.w3.org/TR/CSS21/visuren.html#direction ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] CSS crashes Mac Firefox

2007-08-23 Thread fantasai
Karl Brightman wrote: > I wouldn't think it would be a memory problem on a Macbook Pro though? I wouldn't expect that, especially since your other computer doesn't exhibit the problem, but it might be interacting with some of your extensions in a wei

Re: [css-d] CSS crashes Mac Firefox

2007-08-22 Thread fantasai
the bottom half until you've figured out what the problem is. If it doesn't crash, then the problem is likely in the top half. Paste the top half back in and delete the bottom half. Etc. ~fantasai __ css-discuss [

Re: [css-d] mixed units for table padding

2007-08-09 Thread fantasai
Trevor Nicholls wrote: > Hi fantasia, thanks for your suggestion. > > Margin is ignored for captions. > But a white border-left seems to do the trick: Good point. There's a 'transparent' color keyword for borders, btw. Y

Re: [css-d] RFC: printing backgrounds by default

2007-08-09 Thread fantasai
und will be white by default. Yes. You should not assume that backgrounds won't print because in some configurations (and some UAs in general) they do. ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.c

Re: [css-d] RFC: printing backgrounds by default

2007-08-09 Thread fantasai
nly ignored. When we disable all backgrounds, we know the background is always white and we can compensate by darkening the text colors if they are too light. ~fantasai __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] mixed units for table padding

2007-08-09 Thread fantasai
r is IE. > > Is this possible without making assumptions about font sizes? Does your caption have a border or backgrounds? Because if not, margin: 2px; padding: 0.25em; might work ~fantasai __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Table cell border color in Firefox

2007-08-08 Thread fantasai
andles it correctly. BTW, you might want to consider using :hover instead of JavaScript. Anyway, I added your testcase to https://bugzilla.mozilla.org/show_bug.cgi?id=286797 hope you don't mind. :) ~fantasai __ css-discu

[css-d] RFC: printing backgrounds by default

2007-08-08 Thread fantasai
ddenly cause all backgrounds to print. So we want to know what you think: would a switch like this be confusing? Is there a better way to handle this kind of switch? What are your thoughts on this problem? For those who want more details, the bug report is here: https://bugzilla.mozil