Hasty Briefsbeta

Bilingual

Three Proposals for HTML

4 hours ago
  • #Web Development
  • #HTML Features
  • #Hypertext
  • The Triptych Project aims to add three HTML features to browsers: PUT, PATCH, and DELETE methods, buttons actions without forms, and partial page replacement.
  • These changes enhance HTML's expressiveness, allowing more web applications to be built with pure hypertext without scripting.
  • An example HTML snippet demonstrates an 'edit post' flow using these features, including buttons for saving, canceling, saving drafts, and deleting posts with different methods and actions.