essepuntato / rash

Research Articles in Simplified HTML (RASH) Framework includes a markup language defined as a subset of HTML+RDF for writing scientific articles, and related tools to convert it into different formats, to extract data from it, etc.
https://w3id.org/people/essepuntato/papers/rash-peerj2016.html
ISC License
82 stars 24 forks source link

Use of obsolete "name" attribute #76

Open essepuntato opened 7 years ago

essepuntato commented 7 years ago

When rendering the RASH document through the RASH JS script, an element a with attribute name is created for each footnote in the text, and a back-link is used in the actual footnote for coming back to the footnote pointer in the main text.

However, HTML5 prescribes to avoid the use of such behaviour, by asking to adopt id instead. Consequently, the RASH JS script must be changed so as to use ids.