Function __global->_check_css_value

Definitions

sources/webstandards2.php

  • Checks a CSS attribute/value combination is appropriate.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$key string required parameter N/A N/A The name of the attribute
$value string required parameter N/A N/A The value of the attribute
$_i integer required parameter N/A N/A Current parse position

Return

  • Error information (null: no error)
  • Type: ?array
  • Set: N/A
  • Range: N/A