Pengujian aplikasi web Angular untuk pengguna disabilitas
https://blog.angularindepth.com/test-for-accessibility-and-help-millions-of-people-97d86f72e2c4
#angular #testing #accesibility
https://blog.angularindepth.com/test-for-accessibility-and-help-millions-of-people-97d86f72e2c4
#angular #testing #accesibility
Angular In Depth
Test for accessibility and help millions of people
Essential tools for maximum accessibility
Mengenal template dasar HTML5 untuk file index.html dan penjelasan beberapa tag di dalamnya
https://www.freecodecamp.org/news/html-starter-template-a-basic-html5-boilerplate-for-index-html/
---
Beberapa tipe input HTML yang jarang diketahui dan dipakai
https://javascript.plainenglish.io/html-input-types-you-dont-know-about-e885142a0506
---
Menggunakan semantic HTML dan ARIA agar mempermudah accessibility halaman web
https://dev.to/fig781/website-accessibility-with-html-17ap
---
#html #html5 #boilerplate #aria #semantic #accesibility #input
https://www.freecodecamp.org/news/html-starter-template-a-basic-html5-boilerplate-for-index-html/
---
Beberapa tipe input HTML yang jarang diketahui dan dipakai
https://javascript.plainenglish.io/html-input-types-you-dont-know-about-e885142a0506
---
Menggunakan semantic HTML dan ARIA agar mempermudah accessibility halaman web
https://dev.to/fig781/website-accessibility-with-html-17ap
---
#html #html5 #boilerplate #aria #semantic #accesibility #input
freeCodeCamp.org
HTML Starter Template – A Basic HTML5 Boilerplate for index.html
By Dillion Megida HTML has different tags, some of which have semantic meanings. A basic boilerplate for an HTML file looks like this: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devic...
Referensi beberapa ESLint rules untuk project berbasis Angular yang mengutamakan accessibility
https://dev.to/angular/angular-eslint-rules-for-accessible-html-content-kf5
---
Optimasi ukuran bundle di Angular
https://levelup.gitconnected.com/5-tips-for-optimizing-angular-bundle-size-f0ce5be7c0de
#angular #eslint #aria #accesibility #bundler
https://dev.to/angular/angular-eslint-rules-for-accessible-html-content-kf5
---
Optimasi ukuran bundle di Angular
https://levelup.gitconnected.com/5-tips-for-optimizing-angular-bundle-size-f0ce5be7c0de
#angular #eslint #aria #accesibility #bundler
DEV Community
Angular ESLint Rules for Accessible HTML Content
Content accessibility for built-in HTML elements is the third and final category in this series on...