⚇ ddot.it HTML Reader
A ddot.it reader for HTML files. It recognizes triples in comments, element text, and data attributes.
NOTE: Some examples use the ddot.it/this command.
Standard Syntax
Comments
<!-- ddot.it/this ..project.. Code Red -->
Multi-line comment:
<!--
ddot.it/this ..project.. Code Red
..team.. Platform
-->
Element Text
Ddot.it triples inside visible or metadata text elements:
<meta name="description" content="ddot.it/this ..project.. Code Red">
<p hidden>ddot.it/this ..author.. Alice</p>
Hidden is, of course, optional.
Extra Syntax
Data Attributes
HTML elements can carry ddot.it triples in data-ddot attributes.
<section data-ddot="ddot.it/this ..has tag.. intro ..has type.. overview">
<h1>Welcome</h1>
</section>
these are interpreted as
ddot.it/this ..has tag.. intro
..has type.. overview