Tags: unicode-org/message-format-wg
Tags
Add namespaces to example non-default functions (#971) * Add namespaces to example non-default functions * Apply suggestions from code review Co-authored-by: Addison Phillips <addison@unicode.org> --------- Co-authored-by: Addison Phillips <addison@unicode.org>
Add note to "Function Resolution" section about function argument and… … result types (#686) * Add note to "Function Resolution" section about function argument and result types * Rephrase the 'result of a function call' sentence * Rewrite the description of "composability" Avoid using the word "interconvertible" Include example of composability Include example for how the function interface would be defined in a typed implementation language Add note about multiple interpretations of composition that requests feedback * Add specific text on selector functions * Fix .local syntax in example * Address various review comments * Update spec/formatting.md Co-authored-by: Richard Gibson <richard.gibson@gmail.com> * Update spec/formatting.md Co-authored-by: Eemeli Aro <eemeli@gmail.com> * Add the words "a representation of" to allow implementations... ...to bundle their results with a "parsed" version of their input * Update spec/formatting.md Co-authored-by: Eemeli Aro <eemeli@gmail.com> * Avoid use of 'input'/'output' * Update spec/formatting.md Co-authored-by: Addison Phillips <addisonI18N@gmail.com> * Update spec/formatting.md Co-authored-by: Addison Phillips <addisonI18N@gmail.com> * Update spec/formatting.md Co-authored-by: Mark Davis <mark@unicode.org> * Update spec/formatting.md Co-authored-by: Mark Davis <mark@unicode.org> * Update spec/formatting.md Co-authored-by: Mark Davis <mark@unicode.org> * Update spec/formatting.md Co-authored-by: Mark Davis <mark@unicode.org> --------- Co-authored-by: Richard Gibson <richard.gibson@gmail.com> Co-authored-by: Eemeli Aro <eemeli@gmail.com> Co-authored-by: Addison Phillips <addisonI18N@gmail.com> Co-authored-by: Mark Davis <mark@unicode.org>