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

Type Parameters:
E - This element type
All Known Implementing Classes:
AnyHR

@Deprecated public interface Noshade<E extends Element<?,?,E> & Noshade<E>>
Deprecated.
The noshade attribute of <hr> is not supported in HTML5. Use CSS instead.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    default E
    noshade(boolean noshade)
    Deprecated.
    The noshade attribute of <hr> is not supported in HTML5.
    default <Ex extends Throwable>
    E
    noshade(IOSupplierE<? extends Boolean,Ex> noshade)
    Deprecated.
    The noshade attribute of <hr> is not supported in HTML5.
    default E
    noshade(Boolean noshade)
    Deprecated.
    The noshade attribute of <hr> is not supported in HTML5.