パザ日誌

2003年01月16日(木)

Safariメモ

Safari Developer Newsさん経由で知りました、新しいAppleのMac OS X専用のブラウザ"Safari"のメモです。

Here is a proposal for a way to include Safari-only CSS:

@-konq-only { …. }

Here is a proposal for a way to hide CSS from Safari:

@-konq-end;

Safari Onlyに適用したいものは@-konq-only { .... }の{ …. }部分に書いて、@-konq-end;以降は無視されるという事なのでしょうか。こういうのを使う事に対してどうこうという意見も出てくるでしょうが、少なくともバグ回避には使えるという事ですね。Safariが使えない環境なので、テスト出来ず……。あぁ。

We are treating application/xhtml+xml, application/xml and text/xml as XML files and sending them into the XML parser (expat). If there’s any other MIME type we should be supporting, let us know.

MIMEタイプがapplication/xhtml+xml,application/xml,text/xmlのものに対応するという事ですね。そっち系の方々には喜ばれるかな。結構対応が早いのではないでしょうか。正式リリースが楽しみですね。

コメントは受け付けていません。

pazap研究室 all rights reserved.