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

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

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