-
Updated
Sep 16, 2021 - JavaScript
html5

HTML, or Hypertext Markup Language, was primarily designed to provide a means of creating structured scientific documents. HTML can embed scripting languages such as PHP or JavaScript to affect the behavior and content of web pages. The World Wide Web Consortium (W3C) maintains both the HTML and CSS standards.
Here are 56,343 public repositories matching this topic...
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Jul 17, 2021
-
Updated
Aug 23, 2021 - HTML
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
Not a single form field has a label. These designs are not usable and the patterns presented should be discouraged.
I suggest adding a validation check like Nu Validator, aXe, lighthouse, etc. to show all the places this markup is invalid.
-
Updated
Nov 6, 2020
-
Updated
Sep 8, 2021 - HTML
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Sep 10, 2021 - SCSS
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 25, 2021 - CSS
-
Updated
Aug 4, 2021 - C#
-
Updated
Sep 5, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Jul 20, 2021 - HTML
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Aug 14, 2021 - TypeScript
Created by Tim Berners-Lee
Released June 1993
- Repository
- w3c/html
- Website
- www.w3.org/html
- Wikipedia
- Wikipedia

Codeland Conference
Sep 23 - 24, 2021 • Online

GitHub South Africa Community Event
October 29, 2021 • Online
I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBuffer
but opts would not have atype
set we would essentially convert theArrayBuffer
toUint8Array
and callreadSync
again but without setting appropriateopts.type
. This then leads to few lines below https://github.com/Sh