Skip to content

Commit

Permalink
Re-add 'HTML_NAMESPACE' (used in tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
njam committed Feb 2, 2020
1 parent 733223f commit 889cd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ impl<A, B, C> RefFn<A, B, C> where B: ?Sized, C: Fn(&A) -> &B {

// https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS#Valid%20Namespace%20URIs
const SVG_NAMESPACE: &str = "http://www.w3.org/2000/svg";
#[allow(dead_code)]
const HTML_NAMESPACE: &str = "http://www.w3.org/1999/xhtml";

// 32-bit signed int
pub const HIGHEST_ZINDEX: &str = "2147483647";
Expand Down

0 comments on commit 889cd70

Please sign in to comment.