html-experiment

HTML Experiment

Experiments and tests of HTML, CSS, SVG, and JavaScript

HTML Experiment

[!NOTE] Anything reusable should be moved to html-common

Experiments might be:

Slightly interesting things

jsconfig & JSDoc

I’m using jsconfig.json to turn on typechecking, currently with the following settings - keep these updated to the latest:

	"compilerOptions": {
		"checkJs": true,
		"target": "es2024",
		"module": "es2022"
	}

[!IMPORTANT] Make sure compilerOptions in jsconfig are set to something modern or you can get really confusing and outdated errors

Tasks

Details in the task folder.

Currently working on: