io.legaldocml.akn.group.HTMLblock Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.group;
/**
* The group HTMLblock lists the elements that are blocks and were inherited from the HTML vocabulary.
*
*
*
*
*
*
*
*
*
*
*
*
* @author Jacques Militello
*/
public interface HTMLblock extends BlockElements{
}