diff options
Diffstat (limited to 'chrome/common/extensions/docs/pageAction.html')
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index 0de4128..9f03942 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -596,7 +596,7 @@ follow these guidelines:</p> <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>An array of four integers in the range [0,255] that make up the ARGB color of the badge. For example, opaque red is [255, 255, 0, 0].</dd> + <dd>An array of four integers in the range [0,255] that make up the RGBA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>.</dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -950,7 +950,7 @@ follow these guidelines:</p> <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>An array of four integers in the range [0,255] that make up the ARGB color for the text of the badge.</dd> + <dd>An array of four integers in the range [0,255] that make up the RGBA color for the text of the badge.</dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> |