Skip to content

refactor: align attributes, docs, tests, and release tooling with the current package scope.#90

Merged
terabytesoftw merged 2 commits into
mainfrom
fix_mini_32
Apr 30, 2026
Merged

refactor: align attributes, docs, tests, and release tooling with the current package scope.#90
terabytesoftw merged 2 commits into
mainfrom
fix_mini_32

Conversation

@terabytesoftw
Copy link
Copy Markdown
Contributor

Pull Request

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Important

Review skipped

Too many files!

This PR contains 208 files, which is 58 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b68c20e1-7a4e-4d33-b766-30fe557fcb29

📥 Commits

Reviewing files that changed from the base of the PR and between 2024a12 and eea9c86.

⛔ Files ignored due to path filters (2)
  • docs/svgs/features-mobile.svg is excluded by !**/*.svg
  • docs/svgs/features.svg is excluded by !**/*.svg
📒 Files selected for processing (208)
  • .github/linters/.codespellrc
  • .github/workflows/build.yml
  • .github/workflows/dependency-check.yml
  • .github/workflows/ecs.yml
  • .github/workflows/static.yml
  • .styleci.yml
  • CHANGELOG.md
  • README.md
  • composer.json
  • docs/development.md
  • docs/testing.md
  • src/CanBeDisabled.php
  • src/CanBeSelected.php
  • src/Element/HasAlt.php
  • src/Element/HasDecoding.php
  • src/Element/HasHeight.php
  • src/Element/HasHref.php
  • src/Element/HasLoading.php
  • src/Element/HasPopoverTarget.php
  • src/Element/HasPopoverTargetAction.php
  • src/Element/HasReferrerpolicy.php
  • src/Element/HasSrc.php
  • src/Element/HasSrcset.php
  • src/Element/HasUsemap.php
  • src/Element/HasWidth.php
  • src/Exception/Message.php
  • src/Form/CanBeChecked.php
  • src/Form/CanBeMultiple.php
  • src/Form/CanBeReadonly.php
  • src/Form/CanBeRequired.php
  • src/Form/HasAccept.php
  • src/Form/HasAutocomplete.php
  • src/Form/HasDirname.php
  • src/Form/HasForm.php
  • src/Form/HasList.php
  • src/Form/HasMax.php
  • src/Form/HasMaxlength.php
  • src/Form/HasMin.php
  • src/Form/HasMinlength.php
  • src/Form/HasPattern.php
  • src/Form/HasPlaceholder.php
  • src/Form/HasSize.php
  • src/Form/HasStep.php
  • src/Global/CanBeAutofocus.php
  • src/Global/CanBeHidden.php
  • src/Global/HasAccesskey.php
  • src/Global/HasAria.php
  • src/Global/HasAutocapitalize.php
  • src/Global/HasAutocorrect.php
  • src/Global/HasContentEditable.php
  • src/Global/HasData.php
  • src/Global/HasDir.php
  • src/Global/HasDraggable.php
  • src/Global/HasEvents.php
  • src/Global/HasId.php
  • src/Global/HasInputMode.php
  • src/Global/HasLang.php
  • src/Global/HasMicroData.php
  • src/Global/HasNonce.php
  • src/Global/HasPopover.php
  • src/Global/HasRole.php
  • src/Global/HasSpellcheck.php
  • src/Global/HasStyle.php
  • src/Global/HasTabindex.php
  • src/Global/HasTitle.php
  • src/Global/HasTranslate.php
  • src/HasAs.php
  • src/HasBlocking.php
  • src/HasCharset.php
  • src/HasContent.php
  • src/HasCrossorigin.php
  • src/HasDownload.php
  • src/HasFetchpriority.php
  • src/HasFor.php
  • src/HasHreflang.php
  • src/HasHttpEquiv.php
  • src/HasImageSizes.php
  • src/HasImageSrcSet.php
  • src/HasIntegrity.php
  • src/HasLabel.php
  • src/HasMedia.php
  • src/HasName.php
  • src/HasPing.php
  • src/HasReferrerpolicy.php
  • src/HasRel.php
  • src/HasSizes.php
  • src/HasSrc.php
  • src/HasTarget.php
  • src/HasType.php
  • src/HasValue.php
  • src/Values/Attribute.php
  • src/Values/ElementAttribute.php
  • tests/CanBeDisabledTest.php
  • tests/CanBeSelectedTest.php
  • tests/Element/HasAltTest.php
  • tests/Element/HasDecodingTest.php
  • tests/Element/HasHeightTest.php
  • tests/Element/HasHrefTest.php
  • tests/Element/HasLoadingTest.php
  • tests/Element/HasPopoverTargetActionTest.php
  • tests/Element/HasPopoverTargetTest.php
  • tests/Element/HasReferrerpolicyTest.php
  • tests/Element/HasSrcTest.php
  • tests/Element/HasSrcsetTest.php
  • tests/Element/HasUsemapTest.php
  • tests/Element/HasWidthTest.php
  • tests/Form/CanBeCheckedTest.php
  • tests/Form/CanBeMultipleTest.php
  • tests/Form/CanBeReadonlyTest.php
  • tests/Form/CanBeRequiredTest.php
  • tests/Form/HasAcceptTest.php
  • tests/Form/HasAutocompleteTest.php
  • tests/Form/HasDirnameTest.php
  • tests/Form/HasFormTest.php
  • tests/Form/HasListTest.php
  • tests/Form/HasMaxTest.php
  • tests/Form/HasMaxlengthTest.php
  • tests/Form/HasMinTest.php
  • tests/Form/HasMinlengthTest.php
  • tests/Form/HasPatternTest.php
  • tests/Form/HasPlaceholderTest.php
  • tests/Form/HasSizeTest.php
  • tests/Form/HasStepTest.php
  • tests/Global/CanBeAutofocusTest.php
  • tests/Global/CanBeHiddenTest.php
  • tests/Global/HasAccesskeyTest.php
  • tests/Global/HasAutocapitalizeTest.php
  • tests/Global/HasAutocorrectTest.php
  • tests/Global/HasClassTest.php
  • tests/Global/HasContentEditableTest.php
  • tests/Global/HasDirTest.php
  • tests/Global/HasDraggableTest.php
  • tests/Global/HasIdTest.php
  • tests/Global/HasInputModeTest.php
  • tests/Global/HasLangTest.php
  • tests/Global/HasMicroDataTest.php
  • tests/Global/HasNonceTest.php
  • tests/Global/HasPopoverTest.php
  • tests/Global/HasRoleTest.php
  • tests/Global/HasSpellcheckTest.php
  • tests/Global/HasStyleTest.php
  • tests/Global/HasTabIndexTest.php
  • tests/Global/HasTitleTest.php
  • tests/Global/HasTranslateTest.php
  • tests/HasAsTest.php
  • tests/HasBlockingTest.php
  • tests/HasCharsetTest.php
  • tests/HasContentTest.php
  • tests/HasCrossoriginTest.php
  • tests/HasDownloadTest.php
  • tests/HasFetchpriorityTest.php
  • tests/HasForTest.php
  • tests/HasHreflangTest.php
  • tests/HasHttpEquivTest.php
  • tests/HasImageSizesTest.php
  • tests/HasImageSrcSetTest.php
  • tests/HasIntegrityTest.php
  • tests/HasLabelTest.php
  • tests/HasMediaTest.php
  • tests/HasNameTest.php
  • tests/HasPingTest.php
  • tests/HasReferrerpolicyTest.php
  • tests/HasRelTest.php
  • tests/HasSizesTest.php
  • tests/HasSrcTest.php
  • tests/HasTargetTest.php
  • tests/HasTypeTest.php
  • tests/HasValueTest.php
  • tests/Provider/AsProvider.php
  • tests/Provider/BlockingProvider.php
  • tests/Provider/CharsetProvider.php
  • tests/Provider/Element/AltProvider.php
  • tests/Provider/Element/DecodingProvider.php
  • tests/Provider/Element/HeightProvider.php
  • tests/Provider/Element/HrefProvider.php
  • tests/Provider/Element/LoadingProvider.php
  • tests/Provider/Element/PopoverTargetActionProvider.php
  • tests/Provider/Element/PopoverTargetProvider.php
  • tests/Provider/Element/ReferrerpolicyProvider.php
  • tests/Provider/Element/SrcProvider.php
  • tests/Provider/Element/SrcsetProvider.php
  • tests/Provider/Element/UsemapProvider.php
  • tests/Provider/Element/WidthProvider.php
  • tests/Provider/Form/AcceptProvider.php
  • tests/Provider/Form/AutocompleteProvider.php
  • tests/Provider/Form/CheckedProvider.php
  • tests/Provider/Form/DirnameProvider.php
  • tests/Provider/Form/FormProvider.php
  • tests/Provider/Form/ListProvider.php
  • tests/Provider/Form/MaxProvider.php
  • tests/Provider/Form/MaxlengthProvider.php
  • tests/Provider/Form/MinProvider.php
  • tests/Provider/Form/MinlengthProvider.php
  • tests/Provider/Form/MultipleProvider.php
  • tests/Provider/Form/PatternProvider.php
  • tests/Provider/Form/PlaceholderProvider.php
  • tests/Provider/Form/ReadonlyProvider.php
  • tests/Provider/Form/RequiredProvider.php
  • tests/Provider/Form/SizeProvider.php
  • tests/Provider/Form/StepProvider.php
  • tests/Provider/Global/AriaProvider.php
  • tests/Provider/Global/ClassProvider.php
  • tests/Provider/Global/DataProvider.php
  • tests/Provider/Global/EventProvider.php
  • tests/Provider/HttpEquivProvider.php
  • tests/Provider/ImageSizesProvider.php
  • tests/Provider/ImageSrcSetProvider.php
  • tests/Provider/NameProvider.php

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix_mini_32

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@terabytesoftw
Copy link
Copy Markdown
Contributor Author

@codex review

@terabytesoftw terabytesoftw added the bug Something isn't working label Apr 30, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eea9c861c1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/Element/HasAlt.php
Comment thread src/Values/Attribute.php
@terabytesoftw terabytesoftw merged commit eab8981 into main Apr 30, 2026
39 checks passed
@terabytesoftw terabytesoftw deleted the fix_mini_32 branch April 30, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant