Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 12.4] [TASK] Resolve todos in HtmlparserTags chapter #1070

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions Documentation/Functions/HtmlparserTags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ fixAttrib.[attribute].upper

:Data type: :ref:`data-type-boolean`

If true, the value is passed through the
respective PHP-function.

.. TODO: There is not such PHP function, probably strtoupper?
If true, the value is passed through the PHP function
`strtoupper() <https://www.php.net/manual/en/function.strtoupper.php>`__.

fixAttrib.[attribute].lower
---------------------------
Expand All @@ -120,10 +118,8 @@ fixAttrib.[attribute].lower

:Data type: :ref:`data-type-boolean`

If true, the value is passed through the
respective PHP-function.

.. TODO: There is not such PHP function, probably strtolower?
If true, the value is passed through the PHP function
`strtolower() <https://www.php.net/manual/en/function.strtolower.php>`__.

fixAttrib.[attribute].range
---------------------------
Expand Down
Loading