<a headers>

本項は歴史的事項を説明しています。本項の内容の一部または全部は、現在の状況とは異なるかもしれません。

(なお本項の内容の一部または全部は、互換性または歴史的連続性のために現在も有効な場合もあります。しかし新たに利用することは避けるべきです。)

a 要素 headers 属性 (HTML)

[1] ericelliott/jiron: Make your API self documenting and your clients adaptable to API changes. ( ()) <https://github.com/ericelliott/jiron#support-for-headers-in-links>

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.