diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fb3c0f9..26b1c3b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: test_suite: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' - run: npm ci diff --git a/www/content/_index.md b/www/content/_index.md index c5011d6a..84aafc1b 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -75,6 +75,7 @@ Thank you to all our generous - - - - - - - - + + + + + + - - + + - - + diff --git a/www/content/attributes/hx-validate.md b/www/content/attributes/hx-validate.md index 2a92714a..355f7d47 100644 --- a/www/content/attributes/hx-validate.md +++ b/www/content/attributes/hx-validate.md @@ -5,7 +5,7 @@ title = "hx-validate" The `hx-validate` attribute will cause an element to validate itself by way of the [HTML5 Validation API](@/docs.md#validation) before it submits a request. -Form elements do this by default, but other elements do not. +Only `
` elements validate data by default, but other elements do not. Adding `hx-validate="true"` to ``, `