swift-html icon indicating copy to clipboard operation
swift-html copied to clipboard

🗺 A Swift DSL for type-safe, extensible, and transformable HTML documents.

Results 8 swift-html issues
Sort by recently updated
recently updated
newest added

As stated in Mozilla's documentation, `` also has `crossorigin` attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin

Hi everyone I try to use swift-html in my project. Currently I have two Issues: 1. On my Mac M1, when I try to build App I get following error:...

Hello, I have been able to make some examples work using the library but how would I add an element to the body that's not in the swift-html library? For...

error: the library 'HtmlSnapshotTesting' requires macos 10.13, but depends on the product 'SnapshotTesting' which requires macos 10.15; consider changing the library 'HtmlSnapshotTesting' to require macos 10.15 or later, or the...

Should these be of type Font? https://github.com/pointfreeco/swift-html/blob/05dcfbf168812b5f2c50c5934022afa1ec96c070/Sources/Html/MediaType.swift#L90-L95

👋 this seems to be enough to silence all warnings (well, besides the snapshot tests ones) tested with these swift settings enabled in package.swift: ``` var swiftSettings: [SwiftSetting] { [...

- Conform Node to Sendable - fix swift-tools-version declaration (it was complaining that a space is needed after `:`) - Update minimum swift-snapshot-testing from `1.11.0` to `1.11.1` to fix xcode...