It’s just data
Since the linked article doesn’t take comments:
Does anyone understand what the following is in reference to?
In the HTML5 project, for example, which is creating standards for structuring and presenting content in browsers on the World Wide Web, the drafters are experimenting with a specification technique that replaces specification text with public domain reference implementations in terms of an abstract state machine, in an attempt to improve compatibility by avoiding the imperfect conversion of English to source code.
Is it about the many algorithms written in pseudo-code? Or does HTML5 normatively reference some piece of source code that can be used as-is for some feature?
Posted by Philip Jägenstedt atIs it about the many algorithms written in pseudo-code?
I do believe that’s what this paragraph is referring to.
Or does HTML5 normatively reference some piece of source code that can be used as-is for some feature?
Not that I’m aware of.
Posted by Sam Ruby atImplementing Open Standards in Open Source (Larry Rosen) — Companies try to control specifications because they want to control software that implements those specifications. This is often incompatible with the freedom promised by open source...
Excerpt from O'Reilly Radar - Insight, analysis, and research about emerging technologies. at