本項は歴史的事項を説明しています。本項の内容の一部または全部は、現在の状況とは異なるかもしれません。
(なお本項の内容の一部または全部は、互換性または歴史的連続性のために現在も有効な場合もあります。しかし新たに利用することは避けるべきです。)
Support for headers in links:
a(headers='Accept:application/vnd.jiron+jade') Some Jiron resource
Which would translate to this, if HTML knew how to deal with it:
<a headers="Accept:application/vnd.jiron+jade">Some Jiron resource</a>
The Jiron client will attach a link activation handler that will set the appropriate accept header and fetch the resource using AJAX.