You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

3.8 KiB

id title permalink prev next
tags-and-attributes-it-IT Tag e Attributi tags-and-attributes-it-IT.html component-specs-it-IT.html events-it-IT.html

Tag Supportati

React tenta di supportare tutti gli elementi comuni. Se hai bisogno di un elemento che non è elencato di seguito, per favore apri una issue.

Elementi HTML

I seguenti elementi HTML sono supportati:

a abbr address area article aside audio b base bdi bdo big blockquote body br
button canvas caption cite code col colgroup data datalist dd del details dfn
dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5
h6 head header hr html i iframe img input ins kbd keygen label legend li link
main map mark menu menuitem meta meter nav noscript object ol optgroup option
output p param picture pre progress q rp rt ruby s samp script section select
small source span strong style sub summary sup table tbody td textarea tfoot th
thead time title tr track u ul var video wbr

Elementi SVG

I seguenti elementi SVG sono supportati:

circle clipPath defs ellipse g line linearGradient mask path pattern polygon polyline
radialGradient rect stop svg text tspan

Potresti trovare utile react-art, una libreria di disegno per React che può disegnare su Canvas, SVG oppure VML (per IE8).

Attributi Supportati

React supporta tutti gli attributi data-* e aria-*, oltre a ciascun attributo nelle liste seguenti.

Nota:

Tutti gli attributi sono camel-cased, e gli attributi class e for sono resi come className e htmlFor rispettivamente, per adeguarsi alla specifica delle API del DOM.

Per una lista di eventi, consulta gli Eventi Supportati.

Attributi HTML

Questi attributi standard sono supportati:

accept acceptCharset accessKey action allowFullScreen allowTransparency alt
async autoComplete autoFocus autoPlay capture cellPadding cellSpacing charSet
challenge checked classID className cols colSpan content contentEditable contextMenu
controls coords crossOrigin data dateTime defer dir disabled download draggable
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode
keyParams keyType label lang list loop low manifest marginHeight marginWidth max
maxLength media mediaGroup method min minlength multiple muted name noValidate open
optimum pattern placeholder poster preload radioGroup readOnly rel required role
rows rowSpan sandbox scope scoped scrolling seamless selected shape size sizes
span spellCheck src srcDoc srcSet start step style summary tabIndex target title
type useMap value width wmode wrap

In aggiunta, i seguenti attributi non-standard sono supportati:

  • autoCapitalize autoCorrect per Mobile Safari.
  • property per i meta tag Open Graph.
  • itemProp itemScope itemType itemRef itemID per i microdata HTML5.
  • unselectable per Internet Explorer.
  • results autoSave per campi di input del tipo search in WebKit/Blink.

Esiste anche l'attributo specifico di React dangerouslySetInnerHTML (maggiori informazioni), usato per inserire direttamente stringhe di HTML in un componente.

Attributi SVG

clipPath cx cy d dx dy fill fillOpacity fontFamily
fontSize fx fy gradientTransform gradientUnits markerEnd
markerMid markerStart offset opacity patternContentUnits
patternUnits points preserveAspectRatio r rx ry spreadMethod
stopColor stopOpacity stroke  strokeDasharray strokeLinecap
strokeOpacity strokeWidth textAnchor transform version
viewBox x1 x2 x xlinkActuate xlinkArcrole xlinkHref xlinkRole
xlinkShow xlinkTitle xlinkType xmlBase xmlLang xmlSpace y1 y2 y