Skip to content

dogfuntom/fit-few-copies-of-picture-on-printed-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼➡🖼🖼➡🖨 fit few copies of picture on printed page

screenshot

development

We feel the best way to become a well-rounded and highly-capable web developer is to focus first on learning what the web platform has to offer with as few frameworks and tools added on top as possible.

This repo is intended to be a sample project about:

  • buildless (i.e. w/o Node.js or Deno or Bun) small-scale static web dev

  • supporting file:// a.k.a. File  Open File…​ a.k.a. Ctrl+O (namely, this is not compatible with modules, unfortunately)

  • applying drastic changes to printed version (a.k.a. @media print)

  • having use for the notoriously “shunned” reset button

  • and—​to a small extent—​validation, allowing scale-up in flex in grid, IntersectionObserver, <output>, print margins, units of length, etc.

limitations

  • PWA support is, technically, not fully to specificaton--“a user agent MAY ignore it” and if it does, the user will see the root of account’s GitHub Pages (which is horribly extraneous)

  • accessibility is untested (meant to be hopefully serviceable to sighted screen reader users, partially sighted, etc.)


attributions