- Timestamp:
- 08/10/2023 08:35:55 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor-state.php
r56274 r56380 109 109 110 110 /** 111 * The frameset-ok flag indicates if a `FRAMESET` element is allowed in the current state. 112 * 113 * > The frameset-ok flag is set to "ok" when the parser is created. It is set to "not ok" after certain tokens are seen. 114 * 115 * @since 6.4.0 116 * 117 * @see https://html.spec.whatwg.org/#frameset-ok-flag 118 * 119 * @var bool 120 */ 121 public $frameset_ok = true; 122 123 /** 111 124 * Constructor - creates a new and empty state value. 112 125 *
Note: See TracChangeset
for help on using the changeset viewer.