Share via


input Element

This is preliminary documentation and subject to change.

Specification

Spec. 7.5.3.1.8

Description

The input element represents text that can be changed while the application is running, and that can be changed by the user.

Syntax

<input
    accessKey
    class
    id
    mode
    state:actioned
    state:enabled
    state:focused
    state:pointer
    state:value
    style
    style:backgroundColor
    style:backgroundFrame
    style:backgroundImage
    style:backgroundPositionHorizontal
    style:backgroundPositionVertical
    style:backgroundRepeat
    style:blockProgressionDimension
    style:border
    style:borderAfter
    style:borderBefore
    style:borderEnd
    style:borderStart
    style:breakAfter
    style:breakBefore
    style:color
    style:contentHeight
    style:contentWidth
    style:crop
    style:direction
    style:display
    style:displayAlign
    style:endIndent
    style:font
    style:fontSize
    style:fontStyle
    style:height
    style:inlineProgressionDimension
    style:linefeedTreatment
    style:lineHeight
    style:navDown
    style:navIndex
    style:navLeft
    style:navLeftDown
    style:navLeftUp
    style:navRight
    style:navRightDown
    style:navRightUp
    style:navUp
    style:opacity
    style:padding
    style:paddingAfter
    style:paddingBefore
    style:paddingEnd
    style:paddingStart
    style:scaling
    style:startIndent
    style:suppressAtLineBreak
    style:textAlign
    style:textAltitude
    style:textDepth
    style:textIndent
    style:visibility
    style:whiteSpaceCollapse
    style:whiteSpaceTreatment
    style:width
    style:wrapOption
    style:writingMode
    xml:base
    xml:lang
    xml:space 
>
    meta* p?
</input>

Parent/Child Elements

Hierarchy Elements
Parent div, p, span
Child meta, p

See Also