HTML capture attribute
I learned about the capture
attribute for file inputs today, which
allows you to prompt a user to take a picture and passes it to the file input
for processing. It is only supported by mobile browsers, and I can’t think of
how I would use it. Still, seems like a neat concept.