RE: A way forward

Also sprach Sylvain Galineau:

 > > Can you list some successful browsers that do not replicate IEs
 > > quirks? It goes without saying that such browsers wouldn't find many
 > > users. This is not a healthy for the web and we should try to move
 > > away from it.
 > 
 > You're evading again, and very poorly so. Which exact quirks are necessary for
 > you to implement in the context of EOT-Lite ?

For example, should this code have any effect?:

  @font-face {
     font-family: foo;
     src: url("http://example.com/fonts/foo.eot") format("embedded-opentype");
  }

According to the specification it's valid, according to your
implementation it's not. 

Now it's your turn: how many bugs has Microsoft fixed in the EOT code
over the last decade? 

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Friday, 24 July 2009 20:16:42 UTC