In her first HBO stand-up special, comedian and writer Sam Jay takes the stage for a hilariously frank discussion on life's challenges and society at large.
The 75th Emmy® Award nominations are officially in and HBO has scored a total of 123. See below for the full list of HBO Primetime and Creative Arts Emmy® nominations. All shows are available to stream on Max.
​When Father Vergara is exiled by the church to be the priest of a remote village in Spain, inexplicable terrors befall the townspeople, prompting local vet Elena and Mayor Paco to seek the truth at all costs.
As the long winter night falls in Alaska, two detectives try to find out what happened to eight men who vanished without a trace, confronting the darkness they carry in themselves along the way.
Starring Kate Winslet, this limited series tells the story of one year within the walls of the palace of a modern European regime as it begins to unravel.
Based on Viet Thanh Nguyen’s Pulitzer Prize-winning novel of the same name, this espionage thriller and cross-culture satire follows a communist spy during the final days of the Vietnam War and his resulting exile in the United States.
+`;
diff --git a/kayle_innate/Cargo.lock b/kayle_innate/Cargo.lock
index c565ddb8..1c09490e 100644
--- a/kayle_innate/Cargo.lock
+++ b/kayle_innate/Cargo.lock
@@ -233,7 +233,7 @@ dependencies = [
[[package]]
name = "kayle_innate"
-version = "0.0.19"
+version = "0.0.20"
dependencies = [
"case_insensitive_string",
"console_error_panic_hook",
diff --git a/kayle_innate/Cargo.toml b/kayle_innate/Cargo.toml
index fd58d7a7..cd6c1713 100644
--- a/kayle_innate/Cargo.toml
+++ b/kayle_innate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kayle_innate"
-version = "0.0.19"
+version = "0.0.20"
authors = ["j-mendez"]
edition = "2018"
license = "MIT"
diff --git a/kayle_innate/README.md b/kayle_innate/README.md
index 4383162f..f6be0a4e 100644
--- a/kayle_innate/README.md
+++ b/kayle_innate/README.md
@@ -31,4 +31,4 @@ In order to test the accessibility parser in Rust run.
1. Port expensive functions to wasm with preloading capabilities injection into browsers.
1. Reborn the accessibility testing in rust.
-1. Write a web accessibility engine in Rust/Wasm.
\ No newline at end of file
+1. Write a web accessibility engine in Rust/Wasm.
diff --git a/kayle_innate/src/lib.rs b/kayle_innate/src/lib.rs
index d9aae74b..318e7b8c 100644
--- a/kayle_innate/src/lib.rs
+++ b/kayle_innate/src/lib.rs
@@ -188,8 +188,10 @@ pub fn parse_accessibility_tree(
#[wasm_bindgen]
/// audit a web page passing the html and css rules.
-pub fn audit(html: &str, _css_rules: &str) {
+pub fn _audit_not_ready(html: &str, _css_rules: &str) {
let _tree = parse_accessibility_tree(&html);
+ let _css_nodes = parse_css(_css_rules);
+ // reference the css model when in the tree to get style information
}
/// parse css tree to maps