Changes between Initial Version and Version 1 of IgaliaContributionsToWebKit


Ignore:
Timestamp:
Oct 12, 2018 4:12:38 PM (6 years ago)
Author:
Jon Davis
Comment:

Notes from 2018 WebKit Contributors Meeting

Legend:

Unmodified
Added
Removed
Modified
  • IgaliaContributionsToWebKit

    v1 v1  
     1= Igalia Contributions to WebKit =
     2''by Frederic Wang''
     3
     4== WebKit Activities ==
     5
     6=== Web Platform ===
     7
     8- standardization
     9- Compatibility
     10- interoperability
     11
     12=== JavaScript ===
     13
     14- JSC / TC39 / test262
     15- BigInt (in stage 3)
     16    - Caio has been landing patches
     17- Class Fields
     18- More…
     19
     20=== Accessibility ===
     21
     22- Page Author ⟷ Web Browser ⟷ AT User
     23- W3C: ARIA, AAM, WPT
     24    - Recommendation ARIA 1.1, Core AAM 1.1, DPUB ARIA/AAM 1.0,
     25    - Graphics AAM/ARIA 1.0
     26    - Candidate Name and Desc Computation 1.1
     27- WebKit: Aria, Accessible tree, ATK backend, accessibility tests
     28- System: ATK, AT-SPI, Orca
     29
     30=== CSS ===
     31
     32- CSS grid/flexbox
     33    - Box Alignment values for Flexbox
     34    - Remove `grid-` prefix for gutter properties
     35- Coding Experience projects:
     36    - `display:contents`
     37    - Logical Properties and Values
     38- CSS WG / WPT
     39
     40=== WebVR ===
     41
     42- Implemented most of WebVR 1.1 API
     43    - Device enumerations
     44    - POsition/orientation
     45    - Event handling
     46- Future Plans
     47    - Make it work with other ports
     48    - Transition to WebXR
     49
     50=== Interoperability ===
     51
     52- Testing
     53    - WPT, test262, WebDriver)
     54- Between GTK/WPE and Apple’s ports
     55    - Web Animations, Cache Storage, Service Workers, ImageBitmap, OffscreenCanvas, WebRTC, Media Source Extensions…
     56- Between WebKit and other browsers
     57    - MathML, Editing/Selection, Custom Elements, Fetch/XMLHTTPRequest, Frame sandboxing, Scrolling/CSSOM Vie, Transitions/Animations…
     58    - Sponsored by Google and Bloomberg
     59