Interface IdNoHtml4<E extends Element<?,?,E> & IdNoHtml4<E>>

Type Parameters:
E - This element type
All Superinterfaces:
Id<E>
All Known Implementing Classes:
AnyBASE, AnyHEAD, AnyHTML, AnyMETA, AnyPARAM, AnySCRIPT, AnySTYLE, AnyTITLE

public interface IdNoHtml4<E extends Element<?,?,E> & IdNoHtml4<E>> extends Id<E>
In HTML 4.01, the id attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
Author:
AO Industries, Inc.