Skip to content

Commit 1e9ddfe

Browse files
committed
Finished first rough translation!
1 parent 8454a4c commit 1e9ddfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: content/docs/reference-events.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Il `onPointerEnter` e `onPointerLeave` eventi si propagano dal elemento essendo
229229

230230
Proprietà:
231231

232-
As defined in the [W3 spec](https://www.w3.org/TR/pointerevents/), pointer events extend [Eventi del Mouse](#mouse-events) with the following proprietà:
232+
Come definato nel [W3 specificazione](https://www.w3.org/TR/pointerevents/), eventi del cursore estendono [Eventi del Mouse](#mouse-events) con le seguente proprietà:
233233

234234
```javascript
235235
number pointerId
@@ -244,11 +244,11 @@ string pointerType
244244
boolean isPrimary
245245
```
246246

247-
A note on cross-browser support:
247+
Una nota di cross-browser supporto:
248248

249-
Pointer events are not yet supported in every browser (at the time of writing this article, supported browsers include: Chrome, Firefox, Edge, and Internet Explorer). React deliberately does not polyfill support for other browsers because a standard-conform polyfill would significantly increase the bundle size of `react-dom`.
249+
Eventi del cursore non sono ancora supportato in tutti browser (al tempo di scrittando questo articolo), browsers supportati includono: Chrome, Firefox, Edge, e Internet Explorer). React deliberatamente non polyfill supporto per altri browser perché un conforme-normale polyfill aumenterebbe il dimensione di carico di `react-dom` molto.
250250

251-
If your application requires pointer events, we recommend adding a third party pointer event polyfill.
251+
Se tua applicazione desideri eventi del cursore, raccomandiamo aggiungiendo un cursore evento polyfill di terzo.
252252

253253
* * *
254254

@@ -270,7 +270,7 @@ Nomi dell'eventi:
270270
onTouchCancel onTouchEnd onTouchMove onTouchStart
271271
```
272272

273-
Properties:
273+
Proprietà:
274274

275275
```javascript
276276
boolean altKey

0 commit comments

Comments
 (0)