| 06:14 | <MikeSmith> | https://scotthelme.co.uk/coop-and-coep/ is good |
| 09:28 | <annevk> | JakeA: I edited my comment on that session history a few times, but it should be good now |
| 09:29 | <annevk> | issue ^ |
| 09:30 | annevk | edits once more |
| 10:23 | <annevk> | JakeA: you around? |
| 10:23 | <annevk> | If not I can continue on GitHub I suppose, but it's not as good as chat |
| 17:15 | <csarven> | Is the `align` attribute kept in the HTML spec because it is still widely-used in the wild? Or some other reason? Is there a recommendation somewhere stating that authors/authoring tools should use CSS's `text-align` instead for the purpose of presentation? |
| 17:22 | <andreubotella> | csarven: it's in the list of obsolete attributes which must not be used by authors: https://html.spec.whatwg.org/#attr-div-align |
| 17:22 | <Domenic> | csarven: the various align="" attributes are kept because browsers must implement them, because we don't want to break websites that use them, indeed. They are marked as obsolete: https://html.spec.whatwg.org/#attr-caption-align |
| 17:26 | <csarven> | Ah great! Thanks. I guess I should keep that section close by. I was originally looking into align on table |
| 17:42 | <a-ja> | csarven, iirc, there's table align css ua stylesheet hints in rendering, too |