Revisione articoli seconda parte
#289 aberto em 11 de abr. de 2021
Métricas do repositório
- Stars
- (94 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Ciao a tutti 👋 Innanzitutto vi ringrazio per il grande supporto che mi state dando nella traduzione del tutorial! Avendo quasi concluso la traduzione della seconda parte del tutorial, è necessaria una revisione degli articoli tradotti, in modo da risolvere eventuali errori/migliorarne la qualità.
Importante Prima di partire con una revisione verificate che non sia già stata effettuata o prenotata. Una volta deciso l'articolo da revisionare notificatelo con un commento, in questo modo evitiamo sovrapposizioni.
Per quanto riguarda le revisioni, per questo tipo di articoli sarà necessaria una sola approvazione! La lista degli articoli da revisionare:
- Browser environment, specs (@longo-andrea)
- DOM tree (@longo-andrea)
- Walking the DOM (@longo-andrea)
- Searching: getElement*, querySelector* (@longo-andrea)
- Node properties: type, tag and contents (@longo-andrea)
- Attributes and properties (@longo-andrea)
- Introduction to browser events (@longo-andrea)
- Bubbling and capturing (@longo-andrea)
- Event delegation (@longo-andrea)
- Browser default actions (@longo-andrea)
- Dispatching custom events (@longo-andrea)
- Mouse events (@longo-andrea)
- Moving the mouse: mouseover/out, mouseenter/leave (@longo-andrea)
- Drag'n'Drop with mouse events (@longo-andrea)
- Pointer events (@longo-andrea)
- Keyboard: keydown and keyup (@longo-andrea)
- Scrolling (@longo-andrea)
- Form properties and methods
- Focusing: focus/blur
- Events: change, input, cut, copy, paste
- Forms: event and method submit
- Page: DOMContentLoaded, load, beforeunload, unload
- Scripts: async, defer
- Resource loading: onload and onerror
Network requests
- Fetch
- FormData
- Fetch: Download progress
- Fetch: Abort
- Fetch: Cross-Origin Requests
- Fetch API
- URL objects
- XMLHttpRequest
- Resumable file upload
- Long polling
- WebSocket
- Server Sent Events
Regular expressions
- Patterns and flags
- Character classes
- Unicode: flag "u" and class \p{...} (da rivedere in buona parte, consultare l'originale in inglese)
- Anchors: string start ^ and end $
- Multiline mode of anchors ^ $, flag "m"
- Quantifiers +, *, ? and {n}