| 08:13 | <Cienisty> | MikeSmith, TabAtkins: But I also found something like this: "Languages in which it is impossible to carry out calculations / activities (markup languages like HTML or XML, and formal grammar, for example. BNF), are not considered programming languages." |
| 08:14 | <TabAtkins> | A lot of people have overly restrictive definitions, yes. |
| 08:15 | <TabAtkins> | Grammars aren't programming anything, but most definitions of "activities" would actually include html |
| 08:17 | <Cienisty> | Do you know any scientific article containing this statement about html and programming? |
| 12:06 | <lilltiger> | Cienisty: that statement you made about markup languages is just incorrect, they are programming languages per definition. |
| 12:08 | <Cienisty> | Thanks |
| 12:08 | <Cienisty> | But do you know any article containg that informatorom? |
| 12:09 | <Cienisty> | *information |
| 12:44 | <lilltiger> | Cienisty: wikipedia contains it, and article describing declarative programming often use markup languages as example |
| 20:01 | <Domenic> | TabAtkins (or anyone): I see various people talking about select and/or option as replaced elements, but I can't find anything that says that they are replaced. Thoughts? |
| 20:02 | <TabAtkins> | They are definitely replaced, more so than any other form element. |
| 20:04 | <Domenic> | OK, I am surprised I couldn't find an open bug, but I'll file one. https://html.spec.whatwg.org/#replaced-elements seems to categorize them as widgets instead |
| 20:08 | <Domenic> | https://github.com/whatwg/html/issues/5340 |