Rename the 'or' function in the chromevox next output language to 'if'.
The semantic of this function matches the usual semantic of if better than or, since or usually returns the first of its arguments that is true, while if evaluates a condition and returns a second or third argument depending of the truth value of its first ditto. R=dtseng@chromium.org BUG= Review URL: https://codereview.chromium.org/939153002 Cr-Commit-Position: refs/heads/master@{#317059}
Showing
Please register or sign in to comment