![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Thank you for mention of 1px font size. What do you think - what font size can be minimal value to not be ignore/overwrite by browsers? |
#12
| |||
| |||
|
|
"Petr Vileta" <stoupa (AT) practisoft (DOT) cz> writes: what font size can be minimal value to not be ignore/overwrite by browsers? None. |
|
Suppose a user has macular degeneration; they might well need to set a minimum font size equivalent to 72pt |
#13
| |||
| |||
|
|
Jon Fairbairn wrote: "Petr Vileta" <stoupa (AT) practisoft (DOT) cz> writes: what font size can be minimal value to not be ignore/overwrite by browsers? None. No argument there. Suppose a user has macular degeneration; they might well need to set a minimum font size equivalent to 72pt Perhaps, but if they have a severe problem like this I doubt they rely solely on browser settings for readable text. I imagine they use a magnifier or other system tool instead. |
#14
| |||
| |||
|
|
I don't have macular degeneration, but I have resorted to specifying a minimum font size of 10 in FireFox. |
My minimum is 17px.
#15
| |||
| |||
|
|
Scripsit Petr Vileta: Why didn't you post a URL? The URL is essential for accessing all the relevant information. Care to describe the real problem in context, with URL? The odds are that you don't really need an _inline_ rectangle. If you do, an image is the best shot. OK, I posted example page to http://web.practisoft.cz/colored_rectangles.html |
#16
| |||
| |||
|
|
OK, I posted example page to http://web.practisoft.cz/colored_rectangles.html |
#17
| |||
| |||
|
|
Jukka K. Korpela wrote: - - Care to describe the real problem in context, with URL? The odds are that you don't really need an _inline_ rectangle. If you do, an image is the best shot. OK, I posted example page to http://web.practisoft.cz/colored_rectangles.html |
|
I want to mention again that the goal is to _print_ pattern book (colour card?) to paper. |
|
I would be happy to use strict mode but if a quirk mode only solve this then quirk is sufficient for me. |
#18
| |||
| |||
|
|
Scripsit Petr Vileta: Jukka K. Korpela wrote: - - Care to describe the real problem in context, with URL? The odds are that you don't really need an _inline_ rectangle. If you do, an image is the best shot. OK, I posted example page to http://web.practisoft.cz/colored_rectangles.html [...] To make this work _also_ in Quirks Mode you need some little trick like making the div element contain a single-pixel transparent image. Demo: http://www.cs.tut.fi/~jkorpela/test/col.html Bingo! This is the trick - 1 pixel transparent image. Thanks. I will |
#19
| |||
| |||
|
|
I will experiment with divs without table but defined as display: table-cell or some from this family. The purpose is to spare amount of code. To understand me right, now real page is about 180kB using divs. If I use table for all color-name pairs then pag wil be about 220kB or 300KB. But many thanks again for right direction me. Jukka K. Korpela wrote: what you have is logically a two-column table, with color samples in the first column and color names in the second. |
#20
| |||
| |||
|
|
I will experiment with divs without table but defined as display: table-cell or some from this family. |
|
The purpose is to spare amount of code. |
![]() |
| Thread Tools | |
| Display Modes | |
| |