﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2431	"Win.... (""title"" [, ""text"" - syntax and description"	mlipok	FireFox	"Almost all such functions
WinSet
Winget
WinWait
WinMove

syntax is described like this
WinWait (""title"" [, ""text""

which suggests that the ""text"" is optional

Even in such a function
WinSetOnTop (""title"", ""text"", flag)

you can use
WinSetOnTop (""Total"", """", 1)
or
WinSetOnTop (""Total"", """", 0)

But never says anything about what is the default value for the ""text"" if it is optional, and nothing about the possibility of using an empty string.

In addition, the extensive features such as:
WinWaitActive (""title"" [, ""text"" [, timeout = 0]])
there is no description of what is the default value timeout = 0
Mostly only the description ""Timeout in seconds""

Please consider supplementing documentation in these ranges."	Feature Request	closed	3.3.9.20	Documentation		None	Completed		
