• 0

CMYK on the (printed) Web


Question

6 answers to this question

Recommended Posts

  • 0

h3 { color: cmyk(0.8, 0.5, 0.0, 0.3) }

It's already in the draft.

http://www.w3.org/TR/css3-gcpm/#cmyk-colors

Unless of course you already knew this and were just bringing attention to it.

Edit: No Alpha component though, probably just an oversight or something.

  • 0
Unless of course you already knew this and were just bringing attention to it.

Haha, I wasn't. I actually dreamed about it last night. While putting it on a print css a bunch of prairie dogs jumped into my desk and called me a douchebag.

Why are they using a 0-1 float instead of 0-100 float percentage?

  • 0

Probably because it's consistent with some other things (opacity takes 0-1)

One of the main things I'm interested in is proper printing support for embedded SVG files, I've had inconsistent results (some stay vector, others get rasterised, others become a mismatch), oh yeah, and better support for the format in normal web pages (I should be able to do something like <img src="file.svg#specificElement" />, In browsers that support SVG as images, I still haven't found one that supports this usage)

That and proper colour handling (Every install of Firefox 3 I have, has colour management enabled, and even then it messes colours up)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.