MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / apply_width_attributes

Method apply_width_attributes

css-inline/src/lib.rs:444–447  ·  view source on GitHub ↗
(mut self, apply: bool)

Source from the content-addressed store, hash-verified

442 /// Supported elements: `table`, `td`, `th`, `img`.
443 #[must_use]
444 pub fn apply_width_attributes(mut self, apply: bool) -> Self {
445 self.apply_width_attributes = apply;
446 self
447 }
448
449 /// Apply `height` HTML attributes from CSS `height` properties on supported elements.
450 ///

Calls

no outgoing calls