Sidewinder Viewer
Sidewinder is a new kind of desktop application framework that uses web languages such as XHTML, SVG, XForms and Ajax, in place of more complex languages such as C++, C# or Java.
Opera の右クリックから開いているページの URL をもらって起動するよう設定しておく。
- mozilla.org では
Error parsing document "http://www.mozilla.org/" at line 20, column 3. Reason: End tag 'head' does not match the start tag 'link'.Source:
というエラーが出る。 - これは当該ページが HTML 4.01 なのだが、Viewer は XHMTL としてしかチェックしないので、head 内の link rel を半角空白プラス
/
で閉じていないのをエラーとみなしたからだ。