Skip to content

Commit 9ffae5f

Browse files
Added another link
1 parent 95ebe3e commit 9ffae5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

wants/5fca99877bf33307d003bd0a.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ date: 2020-12-04T20:18:15.891Z
44
submitter: Anonymous
55
number: 5fca99877bf33307d003bd0a
66
tags: [ html ]
7-
discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/
8-
status: [ discussing || in-progress || complete ]
7+
discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/718
8+
status: discussing
99
related:
1010
- title: HTML Discussion
1111
url: https://github.com/whatwg/html/issues/5801
@@ -16,6 +16,9 @@ related:
1616
- title: Web Payments discussion
1717
url: https://github.com/w3c/webpayments/issues/257
1818
type: discussion
19+
- title: QR Code Web Component
20+
url: https://github.com/educastellano/qr-code
21+
type: prototype
1922
---
2023

2124
QR codes are very common and have been steadily increasing in usage as people move to no-touch systems. It's also one of the few safe and widely compatible ways for the web to interact with objects. While we have ways to read QR codes (shape detector) we don't have easy ways to generate them. Generating QR codes is very complex and existing libraries are big. For such a common element I think it makes sense to have an HTML element that could display common types of visual codes including different types of barcode, QR codes and others similarly to an image tag.

0 commit comments

Comments
 (0)